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

Grid Creation on the Client Side

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 12 Aug 2010, 08:38 PM
Is it possible to create a RadGrid solely on the client side?  I know I wont' have access to all the usual server side events and data binding, but if I do all the events and data binding on the client, is this possible?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Aug 2010, 07:10 AM
Hello Christopher,


Creating server controls from client side is not possible. Instead you can add the control declaratively and set the visibility of the control from client side as per requirement.

Now for populating the grid from client side, the following links to demoes will help you.
Declarative Binding
Programmatic Binding


Thanks,
Princy.
Tags
Grid
Asked by
Christopher
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or