ChangeTracking icon indicating copy to clipboard operation
ChangeTracking copied to clipboard

Support for ObservableCollection

Open FlorianASI opened this issue 2 years ago • 1 comments

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.

FlorianASI avatar Dec 19 '22 13:12 FlorianASI

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.

jstafford5380 avatar Mar 22 '23 17:03 jstafford5380