Hi ,
I need to disable the option of expanding a row to show the child grid(subgrid) if there are no child records. I tried a few option like removing css from tr if there are no child records but was not successful.
Could anyone please help me on this.
Hi,
I still dont have a solution for this.Could someone help me out.
Hello UXCoder,
It has been some time since your post, however in case you still need assistance I would be glad to help. My suggestion on rowExpanding event initialization, to check whether the child igGrid have rows, if not return false. In this case the expanding behavior will not be performed.
I'm attaching you a sample that demonstrates this approach. If you have any additional questions regarding this matter.