Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
Dynamically control hiding child columns when child is displayed and hiding expand column for selected rows
posted

We need to accomplish 2 things with an igHierarchicalGrid.

1. Based upon one of the values in a row, we want to show/hide the expand/collapse character. For example. For row one I know there are no children, therefore I don't want to show the expand character (this is different from returning FALSE when the row is actually expanded, i.e. I don't even want to see the expand character). For the second row I know there are children, therefore, I want to see the expand character.

2. When a row expands to show the child grid, I want to hide certain columns in the child grid. But for a different parent row I may want to hide different columns in the child grid. However, both are using the same defined child grid.

Parents Reply Children
No Data