Enum GridViewSelectionUnit
Defines the selection units used in GridViewDataControl.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GridViewSelectionUnit
Cell
Only cells are selectable.
FullRow
Only rows are selectable.
Mixed
Both rows and cells are selectable.