mar10/fancytree

How to set default radio group when checked parent/ grandparent node

nghiaphamhn opened this issue · 1 comments

I setting of the SelectMode=3.
I want to set default the value of the radio group when checked parent/ grandparent node.
image
It seems like the checkall of parent flag is incorrect when there are radio children
image

There is no configuration to achieve this, but you could implement the click handler and use node.visit() to find and select the node as desired.