Per the documentation for TreeGrid.setCascadeSelection:
"Should children be selected when parent is selected? And should parent be selected when any child is selected? "
What should I use if I only want the children to be selected when parent is selected, but not the parent to be selected when the child is selected?
Thanks
"Should children be selected when parent is selected? And should parent be selected when any child is selected? "
What should I use if I only want the children to be selected when parent is selected, but not the parent to be selected when the child is selected?
Thanks
Comment