:: Documentation >> Reference >>

column Model

Specifies the column indices and the column headers data. Defines which data items should be displayed in each column.

Syntax

var model = obj.getColumnModel();

or

obj.setColumnModel(model);

Properties

countSets or retrieves the number of columns in the grid.
indexRetrieves the column index.
orderRetrieves the display order for the column.
text [ ]Allows to specify the text for the column headers.
image [ ]Allows to specify the image to display in the column headers.
value [ ]Sets or retrieves the column index or the array of indexes.
tooltip [ ]Allows to specify the tooltips text for the column headers.

See Also

defineModel Method

Applies To

Active.Controls.Grid