Hi,
I am trying to sort the children under a parent according to a Sort order indicated in the data. As the data below shows, the parent is James and under him are three children that I want displayed in the order Mary, Jerry, Sam since the Sort is given as 1, 2, 3 respectively.
However, when the tree displays, the children are displayed sorted alphabetically according to their names even though I pass SortString as the sort criteria to the tree. It seems the component only wants to sort according to the names and nothing else.
Anyone with idea how I can do this or it's not possible with this component Ângelo Sousa?