When setting the RadGridView.SortMemberPath = "SomeMemberName", when the model object raises an INotifyPropertyChanged for SomeMemberName, the grid doesn't seem to re-sort.
Is this the expected behavior?
I'm trying to display dynamically updated data in the grid, where I want to sort the column on some arbitrary member property in the model (e.g. display CPU history in a column and sort on the 10 second average).
How can I make sure that the grid automatically re-sorts when a member in the model is updated?
Thanks,
Alex
Is this the expected behavior?
I'm trying to display dynamically updated data in the grid, where I want to sort the column on some arbitrary member property in the model (e.g. display CPU history in a column and sort on the 10 second average).
How can I make sure that the grid automatically re-sorts when a member in the model is updated?
Thanks,
Alex