:: Documentation >> Reference >>

selection Model

Controls the row/column/cell selection.

Syntax

var model = obj.getSelectionModel();

or

obj.setSelectionModel(model);

Properties

indexSets or retrieves the active cell index.
multipleSpecifies if multiple selection is allowed.
countProvides the number of selected items.
value [ ]Provides the array of the selected item indices.

See Also

defineModel Method

Applies To

Active.Controls.Grid