Articles in this section
Category / Section

How can I set the number of rows displayed on a page for GridGroupingControl?

1 min read

The grid can be split into pages when there are a lot of rows to display by setting the PageSize property which indicates the number of rows to be displayed in a page. The built in Pager bar provides an easy UI for the user to scroll through the pages.

C#

this.GridGroupingControl1.PageSize = 7;

VB

Me.GridGroupingControl1.PageSize = 7;

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied