alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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.
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum EditMode

    Fields

    Name Description
    Batch

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

    Dialog

    Editing is done in a Dialog/Pop component.

    Normal

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

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved