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
120
Grid scrolls to top on first row selection
posted

I have a grid which has a page size of 250. This grid does not have it's height/width set so it expands off the bottom of the page and the user scrolls the page to see all the rows. The CellClick action is RowSelect so the row is highlighted when clicked by a user, but the problem I have is this:

The first time the user clicks a row to select it, if the page has been scrolled down, then the page scrolls back up to the top of the grid. The user has to then scroll back down to get to where they were. The row seems to highlight OK, but it is annoying that they have to scroll back down to find it again.

This only happens for the first row selection after visiting/loading a page in the browser - subsequent row selections do not scroll the page to the top of the grid.

Any suggestions?