Overview

The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component.

Grand Total
AmountCountAmountCountAmountCountAmount TotalCount Total
43620264520028220201111084065
189190412008654411154020501595105
101475317613027422701321987571
21511554216425558363521515175130
22964579204205677292527506775173
978453810048042503151724864097
Grand Total8768902698433052633827051092102900641

The Pivot Grid component summarizes data from the underlying data source and presents the results in cross-tabulated format. This demo allows you to browse sales data - number of sales and their amount - summarized against geographical regions and time intervals.

Note how the following Pivot Grid Fields are set up:

  • Count - Bound to the OrderId field and uses the Count summary function to display the number of transactions.

  • Amount - Bound to the Amount field and uses the Sum function. (You can also use Min, Max, and Average in addition to the two functions already mentioned.)

  • Year, Quarter - Both are bound to the same underlying data field, but use different GroupInterval values thus building a hierarchy of years and quarters.

Try expanding row/column values to reveal a more detailed view or collapsing them to return to the overall picture, respectively. Click headers, such as Region or Year, to change the order of values. Note the automatically calculated section sub-totals and grand totals.