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

Summary Overview

Cells in the Pivot Grid control display the results of summaries calculated against data fields. Summaries are calculated for a subset of records from the control’s underlying data source. All the records in this subset have matching values in a column field(s) and row field(s) and these values are identified by column and row headers.

veCell

The ASPxPivotGrid control supports two types of summaries.

  • Automatic summaries are always calculated against data fields. The type of the summary function is specified by the data field’s PivotGridField.SummaryType property.
  • Custom summaries can be calculated against any field (including the data fields) or multiple fields at one time.

The ASPxPivotGrid provides multiple methods and events, allowing you to access and customize summary values. To learn more, see Accessing Summary Values, Obtaining Underlying Data (Drill-Down) and Custom Formatting.

See Also