ASPxClientGridView.Ungroup(column) Method
In This Article
Ungroups data by the values of a specified column.
#Declaration
TypeScript
Ungroup(
column: ASPxClientGridViewColumn | number | string
): void
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
A ASPx |
#Remarks
The Ungroup method removes the specified column from the grid’s Group Panel.
To group data, use the ASPxClientGridView.GroupBy method.
See Also