In de radGrid, i set the loading data on the client (IE 7), but i get a problem with the performance on grouping and sorting function
This configuration affected the performance in the aboveor functions... I am doing something wrong???
Thank you.
Juan.
1 Answer, 1 is accepted
0
Yavor
Telerik team
answered on 24 Mar 2008, 08:37 AM
Hello Juan,
Based on the information supplied, it is hard to determine the cause of the performance issue that you mentioned. Nevertheless, the first possible cause may be the number of records rendered. When using a client load mode for the groups, there will be no postback when you expand/collapse a group. However, the postback on sorting/grouping would still be present. The only option to reduce the load time in such a case is to limit the number of records that the control is rendering. I hope this is a suitable option for you.