Should one bind DataGrid to the
DataGrid
ICollectionView = CollectionViewSource.GetDefaultView(collection)
or to the
Observabl
I don't think so it has to do anything with MVVM itself. ICollectionView provides additional features like soring grouping and etc if you need those use IColectionView otherwise simply use ObservableCollection
MVVM
ICollectionView
IColectionView
ObservableCollection