alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved