Hi Narasimha.
Thank you for your interest in Syncfusion products.
For your case, we suggest you to use the “GridPager” with GridGroupingControl to enable paging.
To know more about GridPager, please refer the below online documentation link:
http://help.syncfusion.com/ug_83/User%20Interface/ASP.NET/Grid/Documents/gridpager.htm To enable Scrolling, please set the Width/Height to grid. The code to set this is as follows:
[CS]
GridGroupingControl1.Width = 500;
GridGroupingControl1.Height = 500;Let me know if you have any concerns.
Regards,
Bharath M