Hi,
I've a radgrid with paging enabled. I 've the PagerStyle-Mode="NextPrevAndNumeric" PageSize="20" set in my ascx.
But I've only 33 items in the grid. And when I select 50 as the count I get all 33 rows. but I also lose my paging elemetns .
If I lose my paging elements(all page size combobox, < (left, right > keys ), then how'll I go back to page size 10. I no longer have paging enabled.??
What do I need to bring my paging elements back??
Pls help with code.