Sets or retrieves the state of the grid column.
[This property is reserved for future use]
var value = obj.getColumnState();
obj.setColumnState(value);
obj.onColumnStateChanging = function(value){...};
obj.onColumnStateChanged = function(value){...};
obj.onColumnStateError = function(value){...};