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

[Solved] Client Side Binding

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nkululeko Mthethwa
Top achievements
Rank 1
Nkululeko Mthethwa asked on 07 Dec 2009, 01:51 PM
Hi,
I am using radcontrols 2008 Q2, I managed to create a grid(statically) and added detail tables,
my grid binds initially at the server, whenever a user adds a new row, the grid is rebound on the client side using PageMethods,
when I rebind on the client side, my Expand/Collapse Button is replaced by 'undefined'
what is the quicked workaround on this?

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 10 Dec 2009, 09:39 AM
Hello Nkululeko,

 Mixing the binding strategies for the control like this is not a recommended approach. If you choose to bind the control on the server, this should not be altered at a later stage. In your case, you can stick to server side binding, and employ Ajax, to simulate client side performance. This would both eliminate unnecessary flickers, and preserver the consistency of the control - its layout and operational integrity.
I hope this information helps.


Greetings,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Nkululeko Mthethwa
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or