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

Grid : How to sync browser scrollbar with Grid scroll

1 Answer 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Samir Pandey
Top achievements
Rank 1
Samir Pandey asked on 28 Dec 2010, 11:00 PM
We are using the Grid control from latest Q3 2010 build. The grid contains 100s of records and has over 20 columns that causes horizontal scroll in the grid to show up. That is fine. The issue is The browser scroll doesn't appear. So to scroll to last column, user has to scroll to the bottom of the page and move the horizontal grid scroll and again move up.

Attached is the image of bottom of the grid. You can see the grid scrollbar but there is no browser scroll bar.

How can we synch. the grid scroll with browser scroll so that user would use browser scroll without having to scroll down to use the grid scroll?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 03 Jan 2011, 04:42 PM
Hello Samir,

In order to implement the desired functionality, you could handle the onScroll events of the body and the grid and synchronize them due to your custom logic.
Another way is to disable the scrolling of the grid and use the scroll of the browser only.

Best wishes,
Mira
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Samir Pandey
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or