Hi am using Kendo treeview with Angularjs, i have tree view with checkbox in below hierarchy
Parent1 Child1 Child2
I need like this,
Scenario 1: if user select Parent1-> Child1, Child2 needs to check automatically. This is working fine
Scenario 2: if user select Child1, Child2->Parent1 should not be automatically. i want to prevent parent checked by default, how to do this?