When scrolling the grid horizontally with the arrow on the sides, the movement is very slow. On longer column or more rows, it slows down even more. Whereas While moving by dragging the slider with the mouse, it moves fine.
Kindly provide me with a solution to fix this horizontal scroll issue.
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 28 Jul 2016, 03:15 PM
Hello Sana,
The described behavior might be related to the following: we use two event handlers to synchronize horizontal scroll offsets - one for the Grid data area and one for the Grid header area. Normally, the handler for the header area would not be needed, but we added it to address some edge cases, such as automatic scrolling during column reorder, or searching for text in the headers with Ctrl+F, which caused cell misalignment in the past and generated support tickets.
I can show you how to detach the header handler. Please execute this script after the Grid is created: