Enum
GridViewSelectionMode

Defines the selection modes of RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum GridViewSelectionMode

Fields

CellSelect

One or more individual cells can be selected.

Declaration

cs-api-definition
CellSelect = 1

Field Value

GridViewSelectionMode

FullRowSelect

The entire row will be selected by clicking its row's header or a cell contained in that row.

Declaration

cs-api-definition
FullRowSelect = 2

Field Value

GridViewSelectionMode

None

Cells and rows do not indicate selection.

Declaration

cs-api-definition
None = 0

Field Value

GridViewSelectionMode

In this article
DefinitionFieldsCellSelectFullRowSelectNone
Not finding the help you need?
Contact Support