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
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.