In my tree structure (igrid ActiveX 64-bit, modern version), I want to sort the child rows of a node, but I can't seem to get it to work. I'm trying to do this with 'SortRowChildNodes' like this:
igrid.SortRowChildNodes("D1")
D1 is the skey of the node whose child objects I want to sort.
Is there a short demo somewhere that demonstrates how SortRowChildNodes works? Unfortunately, I can't find any.