ChangeTracking
ChangeTracking copied to clipboard
Support for ObservableCollection
Dear developer team,
Is it planned that the ObservableCollection will be supported in the future? Currently this does not work, because an InvalidOperationException error message comes (not supported).
I like your changetracking! But i work with wpf and data grid bindings and i use ObservableCollection, because they support the notify mechanism to refresh the data grid.
Thank you! Regards from Austria.
I wonder if this would be relevant to solving what I think is problem, which is that when collection are updated (not replaced), it is not detected as a change. I bet if the proxy wrapped collections in an observable, it could be used to fill that gap.