Hi Neha,
Greetings from Syncfusion support.
We have tried to debug the sample you provided to us. But could not able to access it due to proxy issues. However, We have checked the reported issue at our end . But could not reproduce it. When we clicked the 2nd child under the same parent element, we can able to get both the parent and child element details. Please check the output image
Please check the above sample and get back to us with the following details
- Did you remove the parent checkbox in your application while you check/uncheck the node?
- You have mentioned “when I click on same parent 1st child element I get the correct value”. What did you mean correct value here?
- While clicking on the child node do you wish to get the child node data or parent node data or both?
Thanks,Christo
public nodeChecking(args) {
if (args.isInteracted) {
debugger
console.log(args.data);
}
} |