Hello,
Thanks,
I have a rad grid with the following pager style settings:
| <PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" /> |
When the rad grid is displayed on the page; if there is no data to display in the grid, the text box that has the page size set to 10 is not wide enough to display 10, it cuts off half of the 0.
When you add a record, the page size is smart enough to just be "1" and when you add over ten records; the box expands to display "10" correctly.
It seems to be a problem when there is no records to display, it then cuts the 0 off. Seems like a bug in the control, but didn't know if I was missing something.
Thanks,
Flea#