Sorting and Grouping - Grouping

Grouping

Group By:    

Country
Contact Name
Company Name
City
Region
Country: Argentina
 Patricio SimpsonCactus Comidas para llevarBuenos Aires 
 Yvonne MoncadaOcéano Atlántico Ltda.Buenos Aires 
 Sergio GutiérrezRancho grandeBuenos Aires 
Country: Austria
 Roland MendelErnst HandelGraz 
 Georg PippsPiccolo und mehrSalzburg 
Country: Belgium
 Catherine DeweyMaison DeweyBruxelles 
 Pascale CartrainSuprêmes délicesCharleroi 
Page 1 of 12 (112 items)
Prev
[1]
2
3
4
5
6
7
10
11
12
Next
Description
C#
VB
ASPX

The ASPxGridView supports data grouping against one or more columns.

Grouping is allowed if the following properties are set to true:

  • SettingsBehavior.AllowGroup
  • SettingsBehavior.AllowSort

End-users can group data by dragging column headers to the Group Panel. This panel's visibility is controlled by the Settings.ShowGroupPanel option.

Use the GroupCount property to lookup the number of columns used to group data. These columns can be obtained using the GetSortedColumns() method.