Specifies client-side selection behaviour of the C1GridView.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum C1GridViewSelectionMode |
| Visual Basic |
|---|
Public Enumeration C1GridViewSelectionMode |
Members
| Member name | Description | |
|---|---|---|
| None | Selection is turned off. | |
| SingleCell | Only a single cell can be selected at the same time. | |
| SingleColumn | Only a single column can be selected at the same time. | |
| SingleRow | Only a single row can be selected at the same time. | |
| SingleRange | Only a single range of cells can be selected at the same time. | |
| MultiColumn | It is possible to select more than one row at the same time using mouse, ctrl and shift keys. | |
| MultiRow | It is possible to select more than one row at the same time using mouse, ctrl and shift keys. | |
| MultiRange | It is possible to select more than one cells range at the same time using mouse, ctrl and shift keys. |