G
Guest
I am using the TreeView control and trying to determine if the user has
selected the top node.
Using the After_Select method, what I am seeing is that if I click on a
lower node, the After_Select method processes twice, with e.node.index being
= 0 the first pass through, then equal to the item the user actually selected
the second time through.
If the user selects the first entry, it processes After_Select only the one
time. So I can't tell if it's truly what they clicked, or if I'm just
passing through the first time.
selected the top node.
Using the After_Select method, what I am seeing is that if I click on a
lower node, the After_Select method processes twice, with e.node.index being
= 0 the first pass through, then equal to the item the user actually selected
the second time through.
If the user selects the first entry, it processes After_Select only the one
time. So I can't tell if it's truly what they clicked, or if I'm just
passing through the first time.