Hi
I have a grid which can have 100 rows. If the user clicks the last row or one towards the bottom of the grid, the grid bumps up to the top of the page. The user has to scroll to the bottom of the grid to see the selected row. Is there a way to prevent the grid from jumping back to the top without enabling scrolling. I don't want to add scroll bars to the gird for UI reasons. Kindly let me know if this can be done client side. Currently i can set focus to the row clicked using onRowClick event but that aligns selected row with the bottom of the page instead of being centering the row.
I have a grid which can have 100 rows. If the user clicks the last row or one towards the bottom of the grid, the grid bumps up to the top of the page. The user has to scroll to the bottom of the grid to see the selected row. Is there a way to prevent the grid from jumping back to the top without enabling scrolling. I don't want to add scroll bars to the gird for UI reasons. Kindly let me know if this can be done client side. Currently i can set focus to the row clicked using onRowClick event but that aligns selected row with the bottom of the page instead of being centering the row.