/
showColumn( columnIndex )

showColumn( 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
// show the first column getObj("Grid1").grid.showColumn(0);