Hi All,
I have a RadGrid on page, i did not assigned any properties to it, just simply i places a grid on page as below
and generating a a datatable dynamically and binding it to grid,
now my issue is, i want to provide export to excel option on command iten tab on top.
how can i achieve this, please help me.
| <telerik:RadGrid ID="RadGrid1" runat="server" > |
| </telerik:RadGrid> |