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

GridViewDataColumn.UnGroup() Method

Ungroups data by the values of the current column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void UnGroup()

Remarks

The ASPxGridView supports grouping data by an unlimited number of data columns. The UnGroup method cancels data grouping by the values of the current column.

To group data by a column, use the column’s GridViewDataColumn.GroupBy method.

Data grouping is allowed if the ASPxGridViewBehaviorSettings.AllowGroup and ASPxGridBehaviorSettings.AllowSort properties are set to true.

See Also