Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Pager Settings

Prev123456789Next v
Product[Filter]
Quarter[Filter]
Product Amount
Year(Ascending)[Filter]
Company Name(Ascending)[Filter]
201820192020Grand Total
Alfreds Futterkiste $1,509.50$2,341.70$3,851.20
Ana Trujillo Emparedados y helados$88.80$799.75$514.40$1,402.95
Antonio Moreno Taquería $6,963.78$660.00$7,623.78
Around the Horn$1,964.00$6,943.90$4,433.50$13,341.40
Berglunds snabbköp$3,773.60$15,426.91$5,338.18$24,538.69
Blauer See Delikatessen $1,239.80$2,010.00$3,249.80
Blondesddsl père et fils$9,986.20$7,224.13$1,167.50$18,377.83
Bólido Comidas preparadas$982.00$3,026.85$224.00$4,232.85
Bon app'$2,329.38$12,029.49$6,651.48$21,010.35
Bottom-Dollar Markets$648.00$4,771.05$18,054.50$23,473.55
Grand Total$211,512.67$602,216.03$419,791.44$1,233,520.14
Prev123456789Next v
Pager Settings
v
v
v

The DevExpress ASP.NET Pivot Grid automatically splits a large content across multiple pages and provides a built-in pager, which enables end-users to navigate through data.

The embedded pager can be customized using the following settings of the OptionsPager property:

  • The Position property controls the pager's position within the Pivot Grid: at the pivot grid's top, bottom, or both. In this demo, use the 'Position' combo box to select the required pager's location.
  • The PagerAlign property controls where the pager is displayed: to the left, right, center, or the entire width of the pivot grid. Note that the PagerAlign property works properly only when the PageSizeItemSettings.Visible property returns false. In this demo, use the 'PagerAlign' combo box to select the required location of the pager.
  • The PageSizeItemSettings.Position property controls where a page size item is displayed: to the left or right of the pager. In this demo, use the 'PageSizeItemPosition' combo box to select the required location of the pager size item.
  • The ShowSeparators property specifies whether or not page number separators are displayed. Use the 'ShowSeparators' check box to show or hide the separators.
  • The ShowDisabledButtons property controls the visibility of the pager's buttons that cannot be used at the moment and are temporarily disabled.
  • The ShowNumericButtons property controls the visibility of the pager's numeric buttons that navigate a user to the corresponding pages.
  • The PageSizeItemSettings.Visible property controls the page size item visibility. In this demo, use the 'Show PageSizeItem' check box to show and hide this item.
  • The Summary.Visible property controls the pager's summary visibility. In this demo, use the ' Show Summary' check box to show and hide this element.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxPivotGridDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxPivotGridDemos