:: Documentation >>

column model

Contains properties defining the number, positions and appearance of the grid columns.

Syntax

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

Properties

countNumber of columns.
indicesArray of the column indices.
offsetOffset of the first column.
positionColumn position.
resizableIndicates whether the column is resizable.
selectedIndicates whether the column is selected.
stateColumn state.
widthColumn width.

Defined in

AW.UI.Grid

Used by

row template, headers template, footers template

Comments

Column Identifier Julie (1)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5