Hi,
I am implementing grid with hierarchy view, using example below
https://www.telerik.com/kendo-react-ui/components/grid/rows/hierarchy/
but i added checkbox in the child grid where we need to select on header all the child checkbox should be selected. all works fine, but when i expand multiple childs, other child's checkbox is unchecking.
for example. i have grid with 5 rows. each rows has expand button(+) when i expand first row and check on header checkbox all child in 1st row is selected. when i expand 2nd row and do header checkbox, all the 1'st rows child is getting uncheck.
not sure how to handle this. is there any specific example or guidence?