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

GridView with Hierarchial Dataset performance issues

2 Answers 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
DDI Progress
Top achievements
Rank 1
DDI Progress asked on 20 Jun 2014, 10:38 PM
I'm using a RadGrid using a DataSet as the data source, and am setting AutoGenerateHierarchy to true.  When trying to expand a row having a large number of child rows (several thousand), the rows are never expanded (I've given up after waiting several minutes.)  However, I can copy those child rows into a new DataTable, display them in an new RadGrid control, and it only takes a few seconds for them to be displayed. 

Am I exceeding the limits on what can be displayed in a hierarchical gridview? 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 25 Jun 2014, 12:45 PM
Hello Robert,

Thank you for writing.

It is a known issue with our RadGridView in hierarchical mode. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - Feedback Item

Currently, the possible solution that I can suggest is to set the RadGridView.UseScrollbarsInHierarchy property to true (which reduces the load time for the hierarchy rows considerably on my end) or use the Load-On-Demand Hierarchy approach.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
DDI Progress
Top achievements
Rank 1
answered on 12 Jul 2014, 03:42 PM
Setting UseScrollbarsInHierarchy to true provides a huge improvement.

Thanks!
Tags
GridView
Asked by
DDI Progress
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
DDI Progress
Top achievements
Rank 1
Share this question
or