This question is locked. New answers and comments are not allowed.
Moving from DataGrid to RadGridView we have a problem with RadGridView's behavior with CollectionViewSource.View as its ItemsSource. Previously when we defined a SortDescription on the CVS it showed in the DataGrid, then if you changed the sorted column in the DataGrid it would reflect in the CVS. RadGridView does show the column I default, but when I change the sort through the UI it does not update the CVS with the currently sorted columns.
The RadGridView also seems to handle things strangely with the CVS that causes errors when adding a SortDescription to a CVS that has its Source defined.
So...I don't have to use a CVS, but I need something to define the sort via the VM as we don't have (and will not have) a handle on our V. What options do I have with a RadGridView to be able to define groupings and sorts in the collection the grid is bound to if a CVS doesn't work quite right? Or...what am I doing wrong with the CVS :)
The RadGridView also seems to handle things strangely with the CVS that causes errors when adding a SortDescription to a CVS that has its Source defined.
So...I don't have to use a CVS, but I need something to define the sort via the VM as we don't have (and will not have) a handle on our V. What options do I have with a RadGridView to be able to define groupings and sorts in the collection the grid is bound to if a CVS doesn't work quite right? Or...what am I doing wrong with the CVS :)