aspnet-17907-components-pivot-grid-layout-paging-and-scrolling-data-paging.md
By default, ASPxPivotGrid automatically splits content across multiple pages and provides end-users with the capability to navigate through the Pivot Grid’s data using pager. The pager allows you to navigate through data by selecting the required page number or using the navigation buttons.
The ASPxPivotGrid.OptionsPager property returns the PivotGridWebOptionsPager object, exposing the following settings related to the pivot grid’s pager.
true. To disable the pager, set the PagerSettingsEx.Visible to false. In this case, the ASPxPivotGrid control will display all of its records on one page and the control’s height will depend on the number of displayed records.See Also