Export Radgrid in PDF, Word, CSV, Excel format Telerik Radgrid provide many predefined function and properties for simplifying working with Telerik control. For exporting Radgrid in different format we just need to call its function. Step 1: Design web form .aspx page < div > < div > < asp : ScriptManager ID ="ScriptManager1" runat ="server"> </ asp : ScriptManager > < telerik : RadGrid ID ="RadGrid1" runat ="server" CellSpacing ="0" Width ="50%" PagerStyle-AlwaysVisible ="true" ShowFooter ="true" GridLines ="None" AutoGenerateColumns ="false" OnNeedDataSource ="RadGrid1_NeedDataSource"> ...
Comments
Post a Comment