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

IGrid.StartEditDataItemAsync(Object) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task StartEditDataItemAsync(
    object dataItem
)

Parameters

Name Type Description
dataItem Object

The data item.

Returns

Type Description
Task

An asynchronous operation that displays the edit form/row.

Remarks

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

See Also