DataGrid - handle exception in RowCreate

Is there a way to prevent the row from leaving edit mode if the RowCreate event handler fails? Also if I try to put the failed row in edit mode again later, the row gets removed from the grid, although it still remains in the PagedView property.

(Compare to OnCreateRow in Blazor DataGrid InLine Editing).

Hi @martink,

You can check this thread: DataGrid Inline Add issues when there's error