Skip to main content
A newer version of this page is available.

IGrid.StartEditNewRowAsync() Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.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