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

Grid Grouping Paging

Hi All,

How to achieve Paging/scroll of a grid grouping control?

Regards,
Pavan


1 Reply

MC Manickam Chidambaram Syncfusion Team September 21, 2010 08:23 AM UTC

Hi Pavan,

Thanks for your interest in Syncfusion Products.

1.Paging in GridGrouping Control

Your requirement for achieving the paging in GridGroupingControl can be done by using GridPager control. By setting the PagingControlID property of Gridpager to required GridGroupingControl’ ID the paging can be implemented. GridPager control’s PageSize property is used for specifying the number of records to be displayed in the page. Please refer the below code snippet.

[ASPX]

PageSize="12" Width="775px">

ShowPreviousPageButton="true" ShowLastPageButton="False" ShowNextPageButton="false" />
ShowPreviousPageButton="false" ShowLastPageButton="true" ShowNextPageButton="true" />




We suggest you to refer the following online sample link to know more about the paging of GridGrouping Control.

http://samples.syncfusion.com/ASPNET/8.3.0.21/Web/Grid.Grouping.Web/Samples/3.5/Paging/SimplePaging/cs/GGCwithGridPager.aspx?args=6

2. Scrolling in GridGrouping control

The GridGrouping control supports both Horizontal and Vertical scrolling. By Specifying the Width and Height properties for the grid, will display the Scrollbars on the client browser, if necessary. Please refer the below code snippet for setting height and width for Grid.

[C#]

this.GridGroupingControl1.Width = 400;
this.GridGroupingControl1.Height = 500;


We suggest you to refer the following online documentation link to know more about scrolling of GridGrouping control

http://help.syncfusion.com/ug_83/User%20Interface/ASP.NET/Grid/default.htm?turl=Documents%2FFrozenColumnsRows.htm

Please try the above links and let us know if any concerns.

Regards,
Manickam






Loader.
Live Chat Icon For mobile
Up arrow icon