Puffeltje
2025-07-30T19:31:33Z
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.
Puffeltje
2025-07-31T13:29:05Z
ow... i found it: it's in the 'Igrid extra demo'. I didn't realise i must set Igrid.SortObject too.