jquery jstree or dynatree parent node don't get selected
Posted
by mazhar
on Stack Overflow
See other posts from Stack Overflow
or by mazhar
Published on 2010-05-25T05:28:00Z
Indexed on
2010/05/25
5:31 UTC
Read the original article
Hit count: 314
I have used jquery jstree or dynatree using check boxes and found the same logic
The thing is that the if for example there is a parent and 4 child.
a) i select all the 4 child (parent get auto selected) the 4 child and the parent node id get posted to the controller.
b) But if i select less then 4 children (parent get auto selected) only child node ids get posted to the controller.
Is there any way even if i select less then 4 children all my selected nodes included the parent get posted to the controller?
© Stack Overflow or respective owner