menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditMode

    Defines modes of editing.

    • NormalDefault. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
    • DialogEditing is done in a Dialog/Pop component.
    • BatchEnables cell editing. Multiple cells can be edited, added or deleted and saved.
    Inheritance
    System.Object
    EditMode
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class EditMode : Enum

    Fields

    Batch

    Enables cell editing. Multiple cells can be edited, added or deleted and saved.

    Declaration
    public const EditMode Batch
    Field Value
    Type
    EditMode

    Dialog

    Editing is done in a Dialog/Pop component.

    Declaration
    public const EditMode Dialog
    Field Value
    Type
    EditMode

    Normal

    Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.

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