Declined
Last Updated: 29 Nov 2017 11:03 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 13 Jun 2017 12:00
Category: GridView
Type: Bug Report
0
IMPROVE. RadGridView - scrolling performance with many visual elements and using MouseWheel or scrollbar arrows
Create a grid with more than 20 columns and add 5K rows for example. Maximize the form and try to scroll with mouse wheel. You will notice that the scrolling performance is worse compared to the normal state of the form with less visible visual elements.

Workaround: this.radGridView1.EnableFastScrolling = true; and use the scrollbar's thumb

Second workaround: use paging:  https://docs.telerik.com/devtools/winforms/gridview/paging/overview Thus, you will display as many rows as possible to display on the screen per page. Instead of scrolling, you will navigate through pages.
3 comments
ADMIN
Stefan
Posted on: 29 Nov 2017 11:03
Yes, it is duplicate. Merged in the other item.
Thanks.
Alexander
Posted on: 21 Sep 2017 15:43
I guess this is a duplicate of https://feedback.telerik.com/Project/154/Feedback/Details/174399-fix-radgridview-performance-should-be-improved-when-many-cells-are-visibile-e
Gerald
Posted on: 21 Sep 2017 15:23
EnableFastScrolling = true is no workaround for this.
I can't tell our customers to scroll the grid without the mouse wheel.

Will this be fixed in the upcoming version?
We already have multiple customer complaints about the scrolling performance of the grid.