alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum EditMode

    Defines the edit modes of Tree Grid. Cell - Enables cell editing.
    Row - Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
    Dialog - Editing is done in a Dialog or Pop component.
    Batch - Multiple cells can be edited or added or deleted and saved.

    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum EditMode

    Fields

    Name Description
    Batch

    Multiple cells can be edited or added or deleted and saved.

    Cell

    Enables cell editing.

    Dialog

    Editing is done in a Dialog or Pop component.

    Row

    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