Should one bind DataGrid to the
DataGrid
ICollectionView = CollectionViewSource.GetDefaultView(collection)
or to the
Observabl
You would bind to the view if you wish your grid to display the settings applied to the view, e.g. filtering, otherwise the view is redundant.