M
Mark
I have a ASP .NET datagrid with a page height of about 6 rows. I need
it to be able to hold more then that so therefore it has to have
scrolling abilities. However the problem comes when the User tries to
"Edit" a value in the lower part of the DataGrid. The DataGrid loses
its scroll position on the postback forcing the User to rescroll. I
have Smart Navigation turned on, but that only seems to work when the
whole window(web page) is scrolling.
I've seen a few custom datagrids that solve this problem, but i can't
use those.
How can i make it so that the datagrid itself scrolls back to the
desired row, in this case, the one being edited.
Any help would be apreciated.
Web Browser is IE 5.5 or newer
Thanks
it to be able to hold more then that so therefore it has to have
scrolling abilities. However the problem comes when the User tries to
"Edit" a value in the lower part of the DataGrid. The DataGrid loses
its scroll position on the postback forcing the User to rescroll. I
have Smart Navigation turned on, but that only seems to work when the
whole window(web page) is scrolling.
I've seen a few custom datagrids that solve this problem, but i can't
use those.
How can i make it so that the datagrid itself scrolls back to the
desired row, in this case, the one being edited.
Any help would be apreciated.
Web Browser is IE 5.5 or newer
Thanks