Hi
I have a listview with three columns - the main column and two sub item columns. I click the header of column 2 but use column 3 to sort the listview. I'm having an issue setting the sort indicator on the column clicked.
Is there a way to do this.
Any help greatly appreciated.
Regards
James O'Doherty
Solutions Architect
Hello James,
It is possible to do custom sorting in ListView using a SortComparer. For example, by writing a SortComparer to sort column3 and by calling it when clicked on column2 header you can achieve this. You can use the sample at the below link as a reference to implement the required custom sort comparer:
https://es.infragistics.com/community/forums/t/61049.aspx
Please let me know if I may be of further assistance.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer