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
60
Mutually dependent check boxes
posted

I am using the IGGrid and looking for advice on implementing mutually dependent check boxes. 

If the user checks checkbox 2 and checkbox 1 is not checked, I want to check it.

If the user unchecks checkbox 2 and checkbox 1 is checked, i Want to uncheck it.

What is the best way to achieve this?

I have tried capturing various editCell events but these happen after the the row is leaving the edit mode. Ideally I would like to capture the events as the user clicks.

Thanks