Hello,
I use a treeview include tristate mode.
My problem is that:
When i get the checkeble nodes with the following js function,
var nodes = treeview.get_checkedNodes();
I get also the parent node that its state is indeterminate.
[¦] Parent
[X] Child 1
[X] Child 2
[ ] Child 3
Is there any way to get only the checkeble nodes with no indeterminate state?
Thanks,
Oren
I use a treeview include tristate mode.
My problem is that:
When i get the checkeble nodes with the following js function,
var nodes = treeview.get_checkedNodes();
I get also the parent node that its state is indeterminate.
[¦] Parent
[X] Child 1
[X] Child 2
[ ] Child 3
Is there any way to get only the checkeble nodes with no indeterminate state?
Thanks,
Oren