How can I set maximum number of rows per page to 5? Default is 10.
<SettingsPager PageSize="5">
... doesnt work
thanks for help
The default is 10.
PageSize is the property that can be used to set the number of records per page.
Set GridView.PageSize Property to "5" Try this:
<asp:GridView ID="GridView2" runat="server" PageSize="5">
</asp:GridView>
<dx:ASPxGridView ... SettingsPager-PageSize="20">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With