Client-Side API Reference > FlexGrid > wijmo.grid > SelectionMode Enum |
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. |
Specifies constants that define the selection behavior.