When using MudDataGrids, I noticed that my DataGrid did not update when my ObservableCollection changed (crud operation on it). I based my approach on the ...