Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The checkbox selection is not working properly while the child has an empty child array value with virtualization feature.
Replication steps:
1.Run the below sample,
https://stackblitz.com/edit/angular-trzeku?file=app.component.html,jsontreegriddata.ts,package.json
2.check the parent checkbox
3. Then collapse the checked parent checkbox row.
4You can see the checked row got unchecked.