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