Hi,
In my grid, I have parent and child columns. I have implemented collapsible functionality for parent and child columns. I am getting bellow issues:
https://jsfiddle.net/odb3cw19/1/
Initial Load:
1. When I am collapsing parent column all child column should be collapsed. It is not working and first child column is visible.
2. When I collapsed parent column & all child columns , and if I am expanding parent column then last child column is expanding automatically.
Please help me to fix this issues.
Thanks