In This Topic
SelectionMode Enum
In This Topic
File
wijmo.grid.js
Module
wijmo.grid

Specifies constants that define the selection behavior.

Members

Name Value Description
None 0

The user cannot select cells using the mouse or keyboard.

Cell 1

The user can select only a single cell at a time.

CellRange 2

The user can select contiguous blocks of cells.

Row 3

The user can select a single row at a time.

RowRange 4

The user can select contiguous rows.

ListBox 5

The user can select non-contiguous rows by ctrl+clicking.

MultiRange 6

The user can select multiple ranges by ctrl+clicking and dragging the mouse.