This is a migrated thread and some comments may be shown as answers.

ColumnDescriptor reverses the order of my groups

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Twistur
Top achievements
Rank 1
Twistur asked on 15 Dec 2011, 01:35 AM
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>

1 Answer, 1 is accepted

Sort by
0
Twistur
Top achievements
Rank 1
answered on 15 Dec 2011, 01:45 AM
This one fixed it http://www.telerik.com/community/forums/wpf/gridview/sort-order-of-groupings.aspx
Tags
GridView
Asked by
Twistur
Top achievements
Rank 1
Answers by
Twistur
Top achievements
Rank 1
Share this question
or