Articles in this section
Category / Section

How to turn off default paging in the GridGroupingControl?

1 min read

Default paging can be turned off by either setting the CurrentPage property to 0 or by setting the PageSize property to -1. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.PageSize = -1;

//this.GridGroupingControl1.CurrentPage = 0;

VB

Me.GridGroupingControl1.PageSize = -1

'Me.GridGroupingControl1.CurrentPage = 0

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