Hello,
I'm using the TreeList.Sort method to manually sort only certain nodes of a TreeList based on certain actions the end-user does. This system works perfectly when trying to sort a single column, but what if I need to sort by two or more columns? Like when you sort the TreeList by pressing Shift and clicking different column headers, I would like to sort my tree based on the values of two or more different columns programmatically. Is there a way to achieve this?
Thank you,
Daniele