Sorting and Grouping - Interval Grouping

Interval Grouping

Date Group Interval:

Order Date
Product Name
Category Name
Country
Unit Price
Quantity
Total
Order Date: 1994 (Count=324, Sum=7381, $175,345.10)
Order Date: 1995 (Count=1026, Sum=25007, $631,865.89)
Order Date: 1996 (Count=805, Sum=18929, $547,247.60)
   Count=2155  $1,354,458.59
Description
C#
VB
ASPX

The ASPxGridView control supports interval grouping. This allows you to group text columns by the first characters. Date-time columns can be grouped by month, year, etc. This behavior is controlled by the column's Settings.GroupInterval property.

In this demo, use the 'Date Group Interval' combo box to specify how data rows are grouped when grouping by the Order Date column is applied.