Skip to main content

IGrid.StartEditDataItemAsync(Object) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task StartEditDataItemAsync(
    object dataItem
)

Parameters

Name Type Description
dataItem Object

The data item.

Returns

Type Description
Task

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

Remarks

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

See Also