This has been a handicap of ObservableCollection where the NotifyOfPropertyChange() was not triggered in the collection even when any of its child item implementing INotifyPropertyChanged is edited. BindingList seems to have the feature. I also expected that feature in BindableCollection of Caliburn.Micro, but it seems to be missing. Can the feature be implemented in any way?
Asked
Active
Viewed 312 times
0
-
Did you try posting your issue here: https://github.com/Caliburn-Micro/Caliburn.Micro/issues – Eternal21 Jun 26 '17 at 12:12
-
I didn't, because it's more of a feature request than an issue. – Sabyasachi Mukherjee Jun 26 '17 at 12:36