Skip to main content

IGrid.StartEditNewRowAsync() Method

Displays the edit form or edit row used to create a new data row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task StartEditNewRowAsync()

Returns

Type Description
Task

The task that is completed when the edit form/row is displayed.

Remarks

Refer to the StartEditNewRowAsync() method description for more information and an example.

See Also