Scrollbar Problem
- by Hitesh Gupta
Hi All,
There is a datagrid on my page which contains a lot of data.
When i click on any row , the user is redirected to a page where he can edit the content of that row.
But suppose I am at the bottom of page and then if I click on any row, the scrollbar of browser automatically shifts upwards which causes illusion for the user and make him confused if he has clicked on some other row.
Is there any solution to this so that the position of scrollbar does not change after clicking on any data in datagrid.
Thanks in advance.