This question is locked. New answers and comments are not allowed.
Hi there,
A previous post was about how to get child checkboxes selected when parent checkbox is selected http://www.telerik.com/community/forums/aspnet-mvc/treeview/how-to-get-child-checkboxes-selected-when-parent-checkbox-is-selected.aspx but the script do it in double way check and uncheck.
A previous post was about how to get child checkboxes selected when parent checkbox is selected http://www.telerik.com/community/forums/aspnet-mvc/treeview/how-to-get-child-checkboxes-selected-when-parent-checkbox-is-selected.aspx but the script do it in double way check and uncheck.
What I'd like to do is to be able to :
- check all childs nodes when parent is checked(only check : keep childs checked when parent is unchecked) .
- uncheck all parents if one or more than child is unchecked.
Thanks
WALID