I am with a performance problem in the handling of the grid.
For example,
If a grid manipulate hierarchical, the deployment of data takes a long time.
Now if the public pryecto sample that comes with telerik, the grids work properly.
How can I solve this problem?
Thank you very much.
Juan
1 Answer, 1 is accepted
0
Yavor
Telerik team
answered on 10 Mar 2008, 09:23 AM
Hi Juan,
Basically, the performance of the control is dependent on many factors, the two most important being the number of rows and columns rendered in the control.
Since you mentioned that you are using a hierarchy, first you must ensure that you have not set a Client load mode for the control (HierarchyLoadMode). This would cause all nested child items to be loaded initially, potentially causing a performance hit.
Additionally, you can employ paging, to improve performance. Further, you can open a formal support ticket, and send us a small sample, which demonstrates the issue, for further testing.