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

Force paging page bar visible

2 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 29 Sep 2011, 04:06 PM
I'm using a RadGrid which has paging enabled and has a default page size set to 5. I am displaying some dummy data which contains 8 records.

When I was viewing my data i switched the page size using the paging bar page size drop down to 10 and sure enough the grid showed me all 8 records. However, because the number of rows being displayed was less than the number of rows to show per page, the paging bar was no longer visible.

How would I now reset/change my page size back to 5?

Is there an option to force the paging bar to be visible even if the number of records in the grid is less than the page size?

Karl

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 29 Sep 2011, 05:19 PM
Hello,

please set below property to achieve this thing.
<PagerStyle AlwaysVisible="true" />


Thanks,
Jayesh Goyani
0
Karl
Top achievements
Rank 1
answered on 29 Sep 2011, 05:22 PM
Exactly what I was looking for! Completely missed that option though! :(

Thanks
Tags
Grid
Asked by
Karl
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Karl
Top achievements
Rank 1
Share this question
or