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

[Solved] Using Grid Hierarchy, Starting with ServerOnDemand there a way for client to remember data?

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 06 Aug 2009, 06:22 PM
Using ServerOnDemand, the grid post back when collapsing, and then when re-expanding the same row item is hits the server again.  There a way to have the client remember the data that was there so it just pulls up the rows again real fast? And also to not post back on collapse?

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 11 Aug 2009, 11:48 AM
Hi Fred,

With HierarchyLoadMode="ServerOnDemand", RadGrid always rebinds and loads the expanded detail table on the server. You can use Client hierarchy loading, in which case all detail tables will be loaded initially and expanded/collapsed on the client only.

Greetings,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Fred
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or