Enum GridClickedOnDisabledCellBehavior
Defines behavior when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false. In versions prior to 3.0 the grid would deactivate the current cell (DeactivateCurrentCell). With 3.x we changed this behavior to leave the current cell untouched (LeaveCurrentCell).
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridClickedOnDisabledCellBehavior
Fields
| Name | Description |
|---|---|
| DeactivateCurrentCell | Deactivate the current cell when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false. |
| Default | Same as LeaveCurrentCell |
| LeaveCurrentCell | Do not deactivate current cell when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false. |