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
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