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

IGrid.StartEditRowAsync(Int32) Method

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

Namespace: DevExpress.Blazor

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

An asynchronous operation that displays the edit form/row.

Remarks

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

See Also