Skip to main content

ASPxClientGridView.Ungroup(column) Method

Ungroups data by the values of a specified column.

#Declaration

TypeScript
Ungroup(
    column: ASPxClientGridViewColumn | number | string
): void

#Parameters

Name Type Description
column string | number | ASPxClientGridViewColumn

A ASPxClientGridViewColumn object that is the grid column.

#Remarks

The Ungroup method removes the specified column from the grid’s Group Panel.

To group data, use the ASPxClientGridView.GroupBy method.

See Also