This question is locked. New answers and comments are not allowed.
Hi,
I created a treeview control with 10 nodes and each of these 10 nodes are having 10 children for themselves. I set the property SelectionMode="Single" and found that only one item can be selected at a time. What really happening is i was able to select one among 10 siblings under a node and one among 10 siblings under another node. I want the solution like that i want only one item to be selected in the complete tree itself. Not one among among each node.
Even though i gave selectionmode=single i was able to select one in each and every parent node under a tree.
- Kirubhanant Chellam
I created a treeview control with 10 nodes and each of these 10 nodes are having 10 children for themselves. I set the property SelectionMode="Single" and found that only one item can be selected at a time. What really happening is i was able to select one among 10 siblings under a node and one among 10 siblings under another node. I want the solution like that i want only one item to be selected in the complete tree itself. Not one among among each node.
Even though i gave selectionmode=single i was able to select one in each and every parent node under a tree.
- Kirubhanant Chellam