Table of Contents
setVisible Method 

Show or hide the grid column.

Syntax
JavaScript
 GridColumn.setVisible(visible)

Parameters

visible
true to show the grid column, false to hide it.
See Also