Skip to main content
All docs
V26.1
  • IGrid.EditNextCellOnEnter Property

    In EditCell mode, specifies whether the Grid starts editing the next cell after a user presses Enter.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool EditNextCellOnEnter { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to move focus and start editing; false to move focus.

    See Also