Hello,
Is there a posibity to attach a new node to an existing treeview without recursive walking throught the tree.
I have a unique id fo each row.
For example i nedd to and a new item to Chilfd nodes collection of node with id 99
Can i do this without recursive walking the tree?
Thanks