/
hideColumn( columnIndex )
hideColumn( columnIndex )
Important!
In order to use this grid method, the Hide Column Option needs to be set to true in the designer.
Examples
Title of Example Code
// hide the first column
getObj("Grid1").grid.hideColumn(0);
, multiple selections available,