menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowUpdatingEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowUpdatingEventArgs<T>

    Provides information about the RowUpdating event.

    Inheritance
    System.Object
    GridEventBaseArgs
    RowUpdatedEventArgs<T>
    RowUpdatingEventArgs<T>
    GanttRowUpdatingEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    RowUpdatedEventArgs<T>.Action
    RowUpdatedEventArgs<T>.Data
    RowUpdatedEventArgs<T>.Index
    RowUpdatedEventArgs<T>.PreviousData
    RowUpdatedEventArgs<T>.PrimaryKeys
    RowUpdatedEventArgs<T>.PrimaryKeyValue
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowUpdatingEventArgs<T> : RowUpdatedEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    RowUpdatingEventArgs()

    Declaration
    public RowUpdatingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the saving action in the grid.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false. If the Cancel property is set to true, then the saving action will be canceled.

    IsShiftKeyPressed

    Gets a Boolean value indicating whether the Shift key was pressed from the first edited cell to save the edited record in Normal edit mode.

    Declaration
    public bool IsShiftKeyPressed { get; }
    Property Value
    Type Description
    System.Boolean

    true if the SHIFT key is currently pressed; otherwise, false

    KeyCode

    Gets the string that identifies the physical key being pressed, while saving the edited record using Enter or Tab keys in Normal edit mode.

    Declaration
    public string KeyCode { get; }
    Property Value
    Type Description
    System.String

    Enter: The Enter key is used to save the edited record. Tab: The Tab key is pressed from the last edited cell, or the combination of Shift+Tab keys is pressed from the first edited cell to save the edited record. By default, the value is set to null.

    Remarks

    The value of this property is assigned while performing the save operation using Enter or Tab keys or a combination of the Shift+Tab keyboard keys.

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