Skip to main content

IGrid.StartEditRowAsync(Int32) Method

Displays the edit form or edit row used to modify the specified row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task StartEditRowAsync(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Task

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

Remarks

Refer to the StartEditRowAsync method description for more information and an example.

See Also