Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
520
WebDataGrid row selection makes the browser window jump to the top of the grid
posted

Hi I'm having the following problem with both the WebDataGrid and WebHierarchicalGrid:

If the height of the grid exceeds the height of the page, when a row is selected the page automatically scrolls to the header of the grid. If this feature of the grid, it's extremely annoying. Is there a way to turn it off?  It forces users to continually scroll back up the page to access the toolbar above the grid.

As a workaround I could capture the grids mouseup event and use window.scrollTo(0,0); but it would make the whole experience very jumpy.

I'm using version 10.3 with service release 2056

I see the same behavior using both Google Chrome and in Internet Explorer 8 (In normal mode, IE 7 mode and compatibility mode)

Parents Reply Children
No Data