This is a migrated thread and some comments may be shown as answers.

[Solved] unChecked Tree node

1 Answer 101 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ayman jaber
Top achievements
Rank 1
Ayman jaber asked on 18 Nov 2009, 02:19 PM

Hi,

If you have a treeview like below:

+ Parent Node

   +child A

   +child B

   +childC
        - cc

 
when i checked (cc), the (childC) also checked ,  
how do you unchecked (childC)

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Nov 2009, 01:51 PM
Hello Ayman Jaber,

I tried the scenario on my end and the parent node is checked only when setting the property 'TriStateCheckBoxes' to "True". Try setting the property to False (if you don't want to use TristateCheckBoxes) and see whether its working fine for you.

-Shinu.
Tags
TreeView
Asked by
Ayman jaber
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or