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

RadTreeListView sorting with ICompare?

1 Answer 45 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 24 Jul 2013, 09:17 AM
Hello,

Is it possible to set a custom sorting for a column, using an implementation of ICompare?

I've got a list like
1.1
1.5
1.10

With default sorting it sorts as 
1.1
1.10
1.5

Please let me know :-) Thanks in advance!

Best regards,
Ben

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 26 Jul 2013, 04:07 PM
Hello Ben,

Yes, you can try to implement IComparable / IEquatable interfaces. Thus you will be able to sort the items just in the way you want. Since RadTreeListView counts on those interfaces, it will follow the logic you implement and will sort the items depending on that logic.

For more information, you can search about implementing the IComparable<T> interface in MSDN.

I hope this information helps.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TreeListView
Asked by
Ben
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or