I have a list with paging enabled and a page size of 10.
When you scroll to the bottom of the page hit the next button in the list the page redirects to itself with different querystring parameters related to the paging AND the scroll position gets maintained. This is really annoying from a usability point of view.
Ideally the scroll position should not be maintained when the next button is clicked.
Can anyone help with this please?