If we bind blazor DataGrid to an ObservableCollection<>, and then in code delete (or add) multiple items we get the error 'Collection was modified; enumeration operation may not execute.'
Note that we have copied the items to delete (or add), so are not enumerating the ObservableCollection when we perform the operation in code.
Please advise if this is an issue at your end, and if so if there is a workaround.
Many thanks, John