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

RadGrid RgPager lost

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vic Alfred
Top achievements
Rank 1
Vic Alfred asked on 12 Sep 2011, 12:03 PM
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!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Sep 2011, 12:14 PM
Hello Vic,

Try setting AlwaysVisible to True in PagerStyle.
aspx:
<PagerStyle AlwaysVisible="true" />

Thanks,
Shinu.
Tags
Grid
Asked by
Vic Alfred
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or