Is it possible using RadGrid control to create it dynamically along with GridColumn or atleast to create the GridColumn dynamically at runtime in the client side and then do the databind?
Thanks and regards
Sundar
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 19 Jan 2009, 01:50 PM
Hi Sundar,
Creating RadGrid programmatically client-side is not possible, however you can define its structure on the server and bind it on the client as shown in this example: