Pivot Grid Demo

PivotGridControl provides the functionality of a pivot table in Grid. A pivot table is a data summarization tool which automatically sorts, count and total the table data and represents in cross tabular format

To use this control, you must set the ItemSource property

To represent the data in cross tabular format you must specify the pivoting informations in these properties

  • PivotRows
  • PivotColumns
  • PivotCalculations
  • The following is an image of the sample.

    PivotGridControl