[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.SelectionMode

SelectionMode Enum

Gets or sets the current selection mode.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum SelectionMode

Fields

Name Description
Cell

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

CellRange

The user can select contiguous blocks of cells.

ListBox

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

MultiRange

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

None

The user cannot select cells with the mouse or keyboard.

Row

The user can select a single row at a time.

RowRange

The user can select contiguous rows.