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

Poor performance of Horizontal Scroll Bar in RadGridView

1 Answer 221 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 18 Apr 2014, 05:02 AM
We are using Radgridview in our wpf application which is autogenerated using Class Models. When the number of columns are quite huge(more than 35-40 columns), the performance of the horizontal scrollbar is quite poor and even worst when the data on the Grid is huge. Infact the experience it gives while scrolling seems as if the scrollbar is continuously growing. I have tried the following settings on the RadGridView in the xaml but there is no significant improvement in the performance:

EnableColumnVirtualization="True" EnableRowVirtualization="True" VirtualizingPanel.IsVirtualizing="True" VirtualizingPanel.VirtualizationMode="Recycling" ScrollViewer.CanContentScroll="False" ScrollMode="Deferred"

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 18 Apr 2014, 06:35 AM
Hello,

I have prepared a sample project for you that uses amount of data close to a real time scenario - 100000 items with 50 properties (columns). Is the performance on your side similar or worse? I believe that your real project utilizes much more complex UI layout, and this may cause certain difference. You can also send us a runnable sample project that we can debug on our side and give you guidance for improving performance.

Regards,
Ivan Ivanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Divya
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or