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
565
igHierarchicalGrid - ColumnsLayout : Hide a child grid
posted

Hi,

I'd like to know if i can hide one of more child grid depending on the row that i'm expanding ? 

for example : let say that in my grid , i've set the configuration in order to have two layouts ( child1 and child2 ). but some of my results doesn't have anything to display in one of those child grid. is that possible to hide let say the 'child1' grid when i'm about to reveal the child grids ?.

I guess that i could , with a simple jquery code, point to the right child grid and hide it , but i was expecting that maybe i could avoid generating the whole child grid at all .

thank you 

regards