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

[Solved] performance in RadGrid

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 06 Mar 2008, 05:15 PM
Hello,

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

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

All the best,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Juan
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or