Hi,
I have a tree view in which there are two child nodes with parentID 0 and a main node with no ID.
Root Node
0--> Child 1
------1--> SubChilds
------------3--->SubChild1
------1--> Subchilds
0--> Child 2
------2--> SubChilds
------2--> SubChilds
The tree structure is as above. The problem is that whenever I click on Child 2 the Child 1 node gets expanded, I have checked using breakpoints and found out that whenever I click on Child 2 the sleectednode.text shows Child 1. How can I clear this?
Thank & Regards,
SaJ