DataGrid InLine Editing - DeleteRow removes all created rows in grid

After creating and saving multiple rows, the remove button removes selected record from the database as expected but then it removes all previously created rows from the grid instead of just one row.

Tested this on my local and in the demo.

Most probably these rows are not submitted to the database. Fill free to submit pull request in our demo if you believe there is uncovered case.

Rows are submitted to the database.

Demo

Most probably the ID of the newly inserted records isn't set and RadzenDataGrid considers them all as "new".

Hi korchev. I can very well edit the 3 items in my demo which gives me the impression they are each given IDs. I don't get why it doesn't behave the same as the delete row button