I have a radgrid ( summary below )
<telerik:RadGrid ID="rgrdAandE" runat="server" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true" >
<MasterTableView DataKeyNames="Hospital_No">
<Columns>
......
</Columns>
</MasterTableView>
<PagerStyle Mode="NumericPages" Position="Bottom" />
</telerik:RadGrid>
I want to add a button or drop down so that the user can change the pagesize and then it automatically refreshes the grid. This is to allow for more rows to be shown on large monitors rather than a fixed page size.
Can anyone help
Thanks
<telerik:RadGrid ID="rgrdAandE" runat="server" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true" >
<MasterTableView DataKeyNames="Hospital_No">
<Columns>
......
</Columns>
</MasterTableView>
<PagerStyle Mode="NumericPages" Position="Bottom" />
</telerik:RadGrid>
I want to add a button or drop down so that the user can change the pagesize and then it automatically refreshes the grid. This is to allow for more rows to be shown on large monitors rather than a fixed page size.
Can anyone help
Thanks