I am using jQuery Kendo Grid Group and I want to achieve selection and Deselection of all child Records of group when particular group is selected .
1 Answer, 1 is accepted
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 24 Jun 2022, 04:57 PM
Hello Dhrupesh,
Although this feature is not available within the Kendo UI API, one way you can achieve selection and deselection of all child records of groups is to utilize a similar approach present in this Kendo UI knowledge base article. For example, a custom implementation that uses the KB's approach can be found in this Progress Kendo UI Dojo.
That being said, I have found a feature request asking for this functionality, and have added your vote. Please feel free to follow it for potential updates, and provide any comments within that thread for the developer community.
Please let me know if you have any questions regarding the matter.
Regards,
Patrick | Technical Support Engineer, Senior
Progress Telerik
Thank you for your support, considering your example I have done some Modification(https://dojo.telerik.com/OxIFiRon)which is working as per my requirement. Would request you to just go through it.