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

RadGrid - issue with PageSize

2 Answers 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrei Dragotoniu
Top achievements
Rank 1
Andrei Dragotoniu asked on 09 Mar 2010, 01:06 PM
Hi guys,

I have a radgrid with shows the page size at the bottom, allowing users to change it to various values.
If my grid has let's say 7 items in it and the page size is 5 then everything works. If I then change the page size to 10, the grid will show all items but the pagesize dropdown dissapears completely. How can i make sure it is always displayed ?

2 Answers, 1 is accepted

Sort by
0
Accepted
Yeroon
Top achievements
Rank 2
answered on 09 Mar 2010, 05:01 PM
Try setting the PagerStyle-AlwaysVisible="true" in the grid definition. Note that it will also turn on the pager always for any details tables you might have.

0
Andrei Dragotoniu
Top achievements
Rank 1
answered on 10 Mar 2010, 02:47 PM
Yup,

This worked. Thank you
Tags
Grid
Asked by
Andrei Dragotoniu
Top achievements
Rank 1
Answers by
Yeroon
Top achievements
Rank 2
Andrei Dragotoniu
Top achievements
Rank 1
Share this question
or