Skip to main content

Pivot Grid

  • 6 minutes to read

The DevExpress ASPxPivotGrid is a comprehensive data analysis, data mining, and visual reporting solution for ASP .NET applications and allows you to create a pivot table for multi-dimensional data analysis. Using the Pivot Grid, large amounts of data can be summarized and represented in a cross-tabular format that can be sorted, grouped and filtered. End-users can customize the layout of the report based on their analysis requirements using simple drag-and-drop operations. The Pivot Grid also supports printing and exporting to various file formats (such as PDF, XLS or XLSX), as well as data visualization using the DevExpress Chart Control or KPI. This section contain documentation about the ASPxPivotGrid control.

Create a first Pivot Grid and bind it to data using online tutorials, videos and product documentation.

  • Online Demos

    View all available demos related to the DevExpress Pivot Grid.

Getting Started

PivotMainPage-GettingStarted

If you are a first-time user, you can refer to the following tutorials, videos and read basic information on the Pivot Grid control.

  • Included Components provides information on which components are supplied with the PivotGridControl.
  • Fundamentals gives you basic information on the purpose and functionality of the Pivot Grid control.

These topics demonstrate the control’s basic functionality and provide you with step-by-step instructions on how to create simple applications with the help of the Pivot Grid control.

Binding to Data

PivotMainPage-BindingToData

Topics in this section describe how to supply ASPxPivotGrid with data.

Data Shaping

PivotMainPage-DataShaping

This section describes the Pivot Grid‘s data-related features. This includes data filtering, value formatting, sorting and grouping data, using summaries, etc.

  • Aggregation topic describes how a pivot grid processes (or aggregates) underlying data and displays the results of the calculations.
  • Grouping topic provides general information on grouping field values into categories or ranges.
  • Sorting is used to re-arrange the records to meet current sort settings. Here you will learn how to limit the number of displayed values, sort data by summary or change a sort order.
  • Filtering provides information about different data filtering ways, from simple approaches to complex filter criteria with multiple conditions.

Data Analysis

PivotMainPage-IntegrationWithChart

This section illustrates the powerful features that help to organize, analyze and interpret Pivot Grid’s data.

  • Integration with the Chart Control describes how to visualize data displayed in the pivot grid using the Chart Control. Set a Pivot Grid control as the Chart control data source and display your data as bars, areas, lines and many other forms. Here you will learn how to customize a Chart control to display Pivot Grid data.
  • Key Performance Indicators (KPIs) introduces a Microsoft Excel-inspired conditional formatting feature that allows you to change the appearance of individual cells based on specific conditions. This feature helps to highlight important information, identify trends and exceptions, and compare data using the collection of format rules. Here you will learn how to change appearances of Pivot Grid Control cells depending upon cell data or an expression.

Data Formatting

PivotMainPage-DataFormatting

PivotGridControl allows you to format the display text of its data cells, field values, summaries, totals and grand totals before they are displayed on screen. You can apply standard format strings or implement a custom formatter. This section provides general information about data formatting.

Layout

PivotMainPage-Layout

This section describes the ways in which you can manage the layout of the ASPxPivotGrid control. This includes changing the layout of fields and data cells, saving and restoring the grid’s overall layout, etc.

  • Field Location and Order topic describes where the data source fields can be located.
  • Field Groups topic provides information on arranging fields into groups. These fields cannot be separated by end-users by dragging one of them to a different area or hiding it on the Customization Form.
  • Compact Layout for Hierarchical Row Values describes how to get more space horizontally without sacrificing the distinction between the hierarchical row values.
  • Customization Form is a window or a standalone control that allows end-users to easily customize the pivot grid layout by hiding and rearranging fields.
  • Save and Restore Layout section describes how to save the information on the Pivot Grid’s layout, and then restore it. This information includes all the settings that control the visibility and size of visual elements, their appearance settings, filtering, sorting, etc.
  • Paging and Scrolling section provides information on how to navigate through data using the pager and scroll bars.

Appearance

PivotMainPage-Appearance

The appearance of the Pivot Grid control can be customized in a number of ways. You can customize style settings for each cell individually, use the control’s style settings or use templates. This section provides all the necessary information about styling and templating.

Data Export

PivotMainPage-Export

The Pivot Grid Control allows you to export its data to a file or stream in various formats. This section contains the topics that provide more information on this feature.

Design-Time Features

PivotMainPage-DesignTimeFeatures

This section describes design-time editors that enable you to customize field, layout and appearance settings. For example, the ASPxPivotGrid Designer allows you to customize fields and groups and manage client-side events.

Miscellaneous

To get more information about the Pivot Grid control, see the following sections.

See Also