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

Scroll slowly in GridView

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 23 Nov 2014, 12:49 AM
Hi,
    I found it was hard to drag scroll bar up/down when grouping data.  I tried to set CanContentScroll = "True" to fix performance issue. but it doesn't work. Could you give us some advice how to fix this issue. My demo has 50 columns and 10000 record. group ID by default pls see my screenshot
 

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 24 Nov 2014, 08:48 AM
Hi,

Would you please try configuring RadGridView with GroupRenderMode="Flat"As explained in our documentation, the Flat mode was introduced with Q2 2013 as a completely new logic for group rendering. The result was faster scrolling and very good performance, but it fixed a lot of other issues reproducible with the old Nested mode. 

As the column virtualization is enabled by default, when scrolling is done all the columns have to be realized. In order to make the scrolling way faster, you can try setting ScrollMode="Deffered".

Let me know if this helps.

Regards,
Dimitrina
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
General Discussions
Asked by
Frank
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or