We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

how to paging in grid grouping control

Hello,
I need a sample of how to paging in gridgroupingcontrol, I bound the control to an sqldataadapter dataset shows records but I have too many (+200) and growing, I cannot find any sample for VB NET 2015.

Kyriakos

1 Reply

MG Mohanraj Gunasekaran Syncfusion Team July 14, 2017 06:54 AM UTC

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) 
 
Sample link: GridGroupingControl 
 
Please refer the below UG link, 
 
Regards, 
Mohanraj G 
 


Loader.
Live Chat Icon For mobile
Up arrow icon