Defines the selection modes of RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum GridViewSelectionMode
Fields
One or more individual cells can be selected.
C#
CellSelect = 1
The entire row will be selected by clicking its row's header or a cell contained in that row.
C#
FullRowSelect = 2
Cells and rows do not indicate selection.
C#
None = 0