wwWebDataGrid::RemoveColumn

Removes a column properly from the DataGrid.

Note that you should call this method instead of: grid.Columns.Remove() in order to properly hande cleanup.

o.RemoveColumn(lcColumnId)

Parameters

lcColumnId
The column to remove by name

See also