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

Page size not appearing after setting to maximum number of records

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Krunal Doshi
Top achievements
Rank 1
Krunal Doshi asked on 08 Dec 2010, 05:57 PM
Hi,

Page Size is not appearing in grid footer after once user set the page size equal to maximum number of record. For example, if there are 600 total number of records and page size is initially set to 25 records per page, later when in run time user set it to 600 per page, then after that page size is not appearing to reset it back to 25 records per page.

Please suggest.

Regards,
Krunal

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 09 Dec 2010, 05:30 AM
Hello Krunal,

Set the PagerStyle AlwaysVisible property as 'true' to always show the RadGrid pager.

ASPX:
<MasterTableView>
    <PagerStyle AlwaysVisible="true" />
      . . . . . .

Thanks,
Princy.
Tags
Grid
Asked by
Krunal Doshi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or