Hi Kyriakos,
Thanks for using Syncfusion product.
In order to enable the paging support for GridGroupingControl, Pager feature can be used. To avail this feature, add the Syncfusion.GridHelperClasses.Windows dll reference in your project. Please refer to the following code example,
Code example
' Namespace
Imports Syncfusion.GridHelperClasses
Dim paging As Pager = New Pager()
paging.PageSize = 50
paging.Wire(Me.gridGroupingControl1) |
Please refer the below UG link,
Regards,
Mohanraj G