Hi,
I have an UltraWebGrid with a pager at the bottom and some postback buttons inside. After scrolling vertically and clicking a button, the grid should keep its row position after the postback.
It works fine when the user is at first page. When the user change the page to the second and so on using the custom pager, the grid works fine ONLY one time.
At the second button click, the grid seems not to be registering the autoscroll script (or firing an event) so it is not positioning to the row where the button was. It stay at the top of the row set.
I'll appreciate any comment.
Regards.
Product: Infragistics2.WebUI.UltraWebGrid.v7.3 - assembly version=7.3.20073.38
Steps to reproduce:
1-change current page to 2º or greather
2-scroll to the bottom of the page
3-click a button with postback, the page must be refreshed and the grid must restore the last scroll position
4-click again to a button, the page must be refreshed but the grid stays at the top. No scrolling is done.