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

Apply Programmatic Custom Sorting Automatic RadGridView/RadTreeListView?

0 Answers 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jordi
Top achievements
Rank 1
Jordi asked on 30 May 2012, 07:19 AM
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 Sort automatic?

Thank you.

No answers yet. Maybe you can help?

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