Contains properties defining the number, positions and appearance of the grid columns.
var value = obj.getColumnProperty(name); // Retrieve property by name
obj.setColumnProperty(name, value); // Assign property value
obj.defineColumnProperty(name, value); // Define new property
var external = obj.getColumnModel(); // Get reference to external model
obj.setColumnModel(external); // Assign external model
obj.clearColumnModel(); // Clear/reset all properties
count | Number of columns. |
indices | Array of the column indices. |
offset | Offset of the first column. |
position | Column position. |
resizable | Indicates whether the column is resizable. |
selected | Indicates whether the column is selected. |
state | Column state. |
width | Column width. |