Hi,
I am creating a radgrid, specifying the PageSize=20 and setting the PagerStyle Mode=NextPrevNumericAndAdvanced
I am creating a radgrid, specifying the PageSize=20 and setting the PagerStyle Mode=NextPrevNumericAndAdvanced
Then, when I have less than 20 rows, no paging controls are displayed, that's fine.
But if I have 25 records it shows me the text box, where customer can specify desired page size. Ok.
If he specify here 30, nothing will change, page size will remain 20. Yes. if he sets page size to 25, all the records will be displayed and paging control disappears. I belive that should happed by default if he specify page size more than records in the grid.
Why it keeps the current page size instead of taking the max number of records as new value?
Am I missing some scenarios where it could be misleading?
Thank you,
Alex.