Notification of DataGrid when Collection inside Collection changes
问题 Since hours I am working on a very hard problem: How is a DataGrid that is bound to an ObservableCollection correctly updated when another ObservableCollection that is inside the ObservableCollection the DataGrid is bound to changes ? So far the DataGrid onnly refreshes when i click on the corresponding cell. I have prepared a complete source code example to illustrate the following (very simple) situation: There is a ViewModel that holds a List. This List is an ObservableCollection and hold