menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditMode

    Defines modes of editing supported by TreeGrids. The available editing modes are: Cell: Enables cell editing mode. Row: Enables row editing mode. Dialog: Opens a dialog for editing. Batch: Allows for batch editing of multiple records.

    Inheritance
    System.Object
    EditMode
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class EditMode : Enum

    Fields

    Batch

    Declaration
    public const EditMode Batch
    Field Value
    Type
    EditMode

    Cell

    Declaration
    public const EditMode Cell
    Field Value
    Type
    EditMode

    Dialog

    Declaration
    public const EditMode Dialog
    Field Value
    Type
    EditMode

    Row

    Declaration
    public const EditMode Row
    Field Value
    Type
    EditMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved