Skip to main content
All docs
V18.2

Data Shaping and Manipulation

The topics in this section describe ASPxGridView data analysis features. Many of these data shaping capabilities are enabled with simple property settings.

  • Data Summaries

    You can calculate aggregate functions against all values within a column or column values within groups. ASPxGridView offers 5 built-in aggregate functions. Custom aggregate functions can be implemented via event handlers.

  • Filtering

    ASPxGridView allows end-users to filter data on the fly, typing text directly into the Filter Row. It also provides multiple methods that enable you to apply filter criteria both to a server or client.

  • Grouping

    Programmatic or end-user data grouping against an unlimited number of data columns.

  • Sorting

    Programmatic or end-user sorting against an unlimited number of data columns in ascending or descending order.