RA
Ramu
Syncfusion Team
June 30, 2006 05:03 PM UTC
Hi Manoj,
In order to remove paging you can set the page size property to numeric value 0 for the grid grouping control. To set the paging for grid
grouping control you can set the page size with a numeric value so that n-2 records will be displayed on the page of the grid.
The page size can also be set through code
[C#]
//To remove the paging in grid grouping control.
this.GridGroupingControl1.PageSize=0;
Let me know if you have any questions.
Regards,
Ramu.K