I'm am currently working on a WPF/XAML project where i have the following problem:
I have a ObservableCollection
which fetches it's data from a model as soon as the program starts and here is the deal.
How can i make another ObservableCollection
which updates it's data on behalf of what you've chosen in the first ObservableCollection
?