This is a migrated thread and some comments may be shown as answers.

Creating RadGrid Column dynamically at runtime in Clientside

1 Answer 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sundar
Top achievements
Rank 1
Sundar asked on 16 Jan 2009, 08:13 AM
Hi All,

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

Sort by
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:

http://demos.telerik.com/aspnet-ajax/Grid/Examples/Client/DeclarativeDataBinding/DefaultCS.aspx

Alternatively, you can generate its structure on the server as explained in this topic.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Sundar
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or