ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class EditMode

    Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table. The available modes are as follows: Normal - Allows the currently selected row alone will be completely changed to edit state. You can change the cell values and save it to the data source by clicking “Update” toolbar button. Dialog - Allows the currently selected row data will be shown in an exclusive dialog. You can change the cell values and save it to the data source by clicking “Save” button in the dialog. Batch - Allows you to perform double-click on any data specific cell in the data grid, the state of that selected cell will be changed to edit state.

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

    Fields

    Batch

    Declaration
    public const EditMode Batch
    Field Value
    Type Description
    EditMode

    Dialog

    Declaration
    public const EditMode Dialog
    Field Value
    Type Description
    EditMode

    Normal

    Declaration
    public const EditMode Normal
    Field Value
    Type Description
    EditMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved