Hi
I have a grid with has paging enabled.
There is a Page-Size dropdown at the bottom of grid, having 5,10,20,50 as options. right now there are only 6 records,
if user selects page size to 20 or 50, the paging controls disappear. What if user wishes to reset or set a new pagesize ?
We want that the pagesize control should remain on screen. any workaround ?
-JD
I have a grid with has paging enabled.
<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True" PageSize="5" ShowFooter="True" AllowSorting="True" AutoGenerateColumns="False" CellSpacing="0" GridLines="Both" ondeletecommand="RadGrid1_DeleteCommand" onneeddatasource="RadGrid1_NeedDataSource" onupdatecommand="RadGrid1_UpdateCommand" oninsertcommand="RadGrid1_InsertCommand" onitemcreated="RadGrid1_ItemCreated" onitemdatabound="RadGrid1_ItemDataBound" Skin="Office2007" onitemcommand="RadGrid1_ItemCommand">There is a Page-Size dropdown at the bottom of grid, having 5,10,20,50 as options. right now there are only 6 records,
if user selects page size to 20 or 50, the paging controls disappear. What if user wishes to reset or set a new pagesize ?
We want that the pagesize control should remain on screen. any workaround ?
-JD