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
1365
hierarchicalGrid: how to show specific children rows without drilling down.
posted

hi, this is my first venture into submitting a jquery question and I'm a winforms guy so forgive my ignorance.

I'm building a hierarchical grid which serves are a monitoring application. I have a monitor group, and it's children rows. each child row has a status CLEAR/ALERT. I want the parent row to show "ALERT" only if 1 or more of the children are in "ALERT" status. otherwise show in clear status. is that possible?

an alternate solution would be to show (at the collapsed parent level) the parent and only show child rows that are in "ALERT" status.

moving to jquery has not been a quick transition for me so I appreciate the help.

i've put my example in this fiddle.

https://jsfiddle.net/amaiz15/a4buvL1m/

thanks in advance

Al