DataGrid InLine Editing bug in radzen example

Hi when adding multiple empty rows in a datagrid only the first added row can be deleted.

The page: https://blazor.radzen.com/datagrid-inline-edit

I've implemented the same functionality but can't figure out how to solve this problem.

Thanks!

Hi @Toeter,

I've just updated the demo to restrict adding of new rows if the previous added row is not saved.