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

istristatemode different for different part of the treeview ?

1 Answer 72 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Aurore
Top achievements
Rank 1
Aurore asked on 22 Apr 2011, 08:38 AM
Hello,

I use a treeview with IsTristatemode="true", and binding CheckState property, all work's fine. For 90% of my nodes.

I have some particular nodes that are represented as hierarchical but they are not. In other word "Parts" need to behave "hierarchically", but Variable_other not.

I'd like to obtain these configurations :

[-] Part1
| -- [ ] Variable1
| -- [x] Variable2_other
       |-- [ ] Variable3
| -- [ ] Variable4

[-] Part1
| -- [ ] Variable1
| -- [ ] Variable2_other
       |-- [x] Variable3
| -- [ ] Variable4

I've tried to set IsTristatemode to false, but because of hierarchy, if I check "Variable3", "Variable2_other" is automatically checked and tristate indeterminate is not shown for Part (whereas i set in code the null value for checkstate).


Regards,
Aurore

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 27 Apr 2011, 04:26 PM
Hi Aurore,

You can check out this forum post and my last post from today. Let us know if you need more info.

Greetings,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
Aurore
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or