TIWCGJQGridOptions.HideCol(string) Method
Given a single colname, it hides the column with that name. Given an array of colnames [“name1”,”name2”], it hides the columns with those names, 'name1' and 'name2', in the example. The names in colname or colnames must all be valid names from the colModel. NB: The width of the grid is not changed.
public procedure HideCol(const AColName: string); overload;
Parameters
- AColName
- Type: string