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 |
|
See Also