TIWCGJQGridOptions.ShowCol(string) Method

Shows a column with a given colname. If the colname is a string we show only the specified column. If colname is array of type [“name1”,”name2”] then the columns with names 'name1' and 'name2' will be shown at the same time The names in colname must be valid names from colModel. The width does not change.

Namespace: IWCGJQGrid
public
 procedure ShowCol(const AColName: string); overload;

Parameters

AColName
Type: string