Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
The vertical scroll for the grid object is a bit jerky, especially compared to the scroll for the entire page that Firefox/IE provide. Is there anything that can be done to make it scroll more smoothly?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The Grid's scollbar is the browser's native scroll bar but inside the scrollbar's scroll event it manually scroll the grid rows with code. So if the Grid is too big (particular if there are two many columns), the handling code will take too long to execute and it could slow down the responsive time and make it appear to be sluggish. In this case, you will want to reduce the Grid's size in order to improve the scrolling experience.
Thanks!
|