Class 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).
Inheritance
System.Object
GridClickedOnDisabledCellBehavior
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridClickedOnDisabledCellBehavior : Enum
Fields
DeactivateCurrentCell
Deactivate the current cell when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false.
Declaration
public const GridClickedOnDisabledCellBehavior DeactivateCurrentCell
Field Value
| Type |
|---|
| GridClickedOnDisabledCellBehavior |
Default
Same as LeaveCurrentCell
Declaration
public const GridClickedOnDisabledCellBehavior Default
Field Value
| Type |
|---|
| GridClickedOnDisabledCellBehavior |
LeaveCurrentCell
Do not deactivate current cell when ExcelLikeCurrentCell was specified and user clicked on a cell with GridStyleInfo.Enabled = false.
Declaration
public const GridClickedOnDisabledCellBehavior LeaveCurrentCell
Field Value
| Type |
|---|
| GridClickedOnDisabledCellBehavior |