Hi,
I have listview and one of it's column has enum type. Now when I sort the list view using SortDescriptions of IViewCollection, it sort the column by Enum Value and not by Name. So column data doesn't sort by alphabetical order.
I have generic sorting logic, so do not want to make any changes in xaml to resolve the issue. Please provide me some code behind logic which I can use before using SortDescirptions to sort the listview.
Thanks,
Ayaz Shaikh