Question

I have a pager in a Radgrid with the following properties:

AllowPaging="True" AlwaysVisible="true"

The problem: If I have 40 items in the grid and I select 50 in the pager, the pager disappear and therefore the user cannot change it back to 10 or 20 anymore. Is there a way to set the pager to stay visible even if the pager selected items per page exceed the quantity of items in the grid?

Était-ce utile?

La solution

Try setting every single AlwaysVisible property you can find to True, including the RadGrid's and the MasterTableView (MasterTableView-PagerStyle-AlwaysVisible).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top