DxDataGrid<T>.RowInsertStart Event
Occurs when the edit form is opened to add a data row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.1.dll
Declaration
[Parameter]
public Action RowInsertStart { get; set; }
Remarks
Important
The Data Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Grid component.
The RowInsertStart event occurs when a user clicks the New button in a command column or you call the StartRowEdit(Object) method.
Handle this event to perform actions before a user starts to add a data row. For instance, use this event to initialize an edit model for the edit form template. Refer to the EditFormTemplate property’s description for an example.