Hi there, I am currently using Kendo treeview with Angularjs. My tree view has checkboxes in a hierarchy as shown below
Parent1 Child1 Child2
I would like the functionality to work as follows:
Scenario 1: if a user selects Parent1 -> Child1, Child2 should automatically get checked. This feature is functioning correctly.
Scenario 2: If a user selects Child1, Child2 -> Parent1 should not be automatically checked. I want to prevent the parent from being checked by default. How can this be achieved?