Hi, I use the default Pagination provided by the Telerik RadGrid.
How do you display the RgPager always, regardless of the items/records within the RadGrid? This has become an issue as the Pager drop-down filter is lost once you select a value which is higher than the current number of records within the RadGrid.
Example:
Default page size of the RadGrid is 10
RadGrid has 27 records
User selects page size of 50 from the drop-down
The RgPager is gone/lost
User has no option to reduce the size of the RadGrid/Table
I tried RadGrid.ShowFooter = True but it only displays the footer and not the RgPager. Appreciate the help if anyone knows about this.
Thanks!
How do you display the RgPager always, regardless of the items/records within the RadGrid? This has become an issue as the Pager drop-down filter is lost once you select a value which is higher than the current number of records within the RadGrid.
Example:
Default page size of the RadGrid is 10
RadGrid has 27 records
User selects page size of 50 from the drop-down
The RgPager is gone/lost
User has no option to reduce the size of the RadGrid/Table
I tried RadGrid.ShowFooter = True but it only displays the footer and not the RgPager. Appreciate the help if anyone knows about this.
Thanks!