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

Apply Programmatic Custom Sorting Automatic RadGridView/RadTreeListView?

0 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jordi
Top achievements
Rank 1
Jordi asked on 30 May 2012, 03:04 PM
I can sort columns programmatic like the example in documentation using ColumnSortDescriptors
http://www.telerik.com/help/wpf/gridview-sorting-programmatic.html
Also I have a Custom Sorting defined using the GridView Sorting event:
this.radGridView.Sorting += this.radGridView_Sorting; 
http://www.telerik.com/help/wpf/gridview-sorting-custom.html
This event only is fired when the user click in the column header it's not fired automatic. How can I apply custom Sorting automatic?

Thank you. 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Jordi
Top achievements
Rank 1
Share this question
or