This is a migrated thread and some comments may be shown as answers.

Bottom Pager return to Top of Page

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 24 Jun 2011, 02:03 PM
Hi,

When I have a grid with a single bottom pager as -

<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" Position="Bottom" />

How can I get the browser to scroll tidely to the TOP of the page after I press any paging button on the pager?

Many Thanks
Matt

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Jun 2011, 11:26 AM
Hello Mathew,

Try setting SaveScrollPosition property to false.

aspx:
<ClientSettings>
<Scrolling UseStaticHeaders="true" AllowScroll="true" SaveScrollPosition="false" />
</ClientSettings>

Thanks,
Shinu.
Tags
Grid
Asked by
Matt
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or