Friday, May 23, 2014

You may have an "All" button at a DevExpress ASPxGridView to allow a user to break out of the pagination and just show everything!

<SettingsPager PageSize="10" AlwaysShowPager="True">
   <AllButton Visible="True"></AllButton>
</SettingsPager>

No comments:

Post a Comment