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

ASPxClientGridView.UnGroup(column) Method

Obsolete. Ungroups data by the values of the specified column.

Declaration

UnGroup(
    column: ASPxClientGridViewColumn | number | string
): void

Parameters

Name Type
column ASPxClientGridViewColumn | number | string

Remarks

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

See Also