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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top