Re-sort WPF DataGrid after bounded Data has changed
It took me the whole afternoon but I finally found a solution that is surprisingly simple, short and efficient: To control the behaviors of the UI control in question (here a DataGrid) one might simply use a CollectionViewSource. It acts as a kind of representative for the UI control inside your ViewModel without completely breaking … Read more