Skip to main content
A newer version of this page is available. .

Data Paging

  • 2 minutes to read

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.

ASPxPivotGrid_Pager

Pager Settings

The ASPxPivotGrid.OptionsPager property returns the PivotGridWebOptionsPager object, exposing the following settings related to the pivot grid’s pager.

See Also