Hi, I noticed that when I add a sort descriptor in my xaml, the group order (not the rows in the group) is reversed. What's going on here? Here's the markup:
<telerik:RadGridView.GroupDescriptors> <data:GroupDescriptor Member="Checked" /> </telerik:RadGridView.GroupDescriptors> <telerik:RadGridView.SortDescriptors> <data:SortDescriptor Member="Name"/> </telerik:RadGridView.SortDescriptors>