Sets or retrieves the offset of the grid first column.
[This property is reserved for future use]
var value = obj.getColumnOffset();
obj.setColumnOffset(value);
obj.onColumnOffsetChanging = function(value){...};
obj.onColumnOffsetChanged = function(value){...};
obj.onColumnOffsetError = function(value){...};