G
Guest
I have an editable Datagrid and memorize its datasource with a Session
variable. On each Page_Load I simply Bind the Datagrid. Everything works
fine.
The problem comes, when I have a lot of entries, I mean, more than fits on
one page. The user will then scroll down and click on 'edit'. After the
roundtrip he has to scroll down again in order to see the row in the editable
state.
Is there a way to keep the row's position and scroll automatically to it ?
variable. On each Page_Load I simply Bind the Datagrid. Everything works
fine.
The problem comes, when I have a lot of entries, I mean, more than fits on
one page. The user will then scroll down and click on 'edit'. After the
roundtrip he has to scroll down again in order to see the row in the editable
state.
Is there a way to keep the row's position and scroll automatically to it ?