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
85
Enable an unbound Check Box based on a child rows value
posted

I have a grid where every row has an un-bound check box column appended to it.
I have disabled the check box when a simple condition (column in that row equals 1) exists on that row.
This is done on the initial data binding.

But, some of these rows have children with a seperate, bound check box that, when checked, need to over-ride the condition that set its parent to be disabled (above). 

Any ideas on how this can be done?  I have included a picture that may describe what I want a little better.  I have completed the initial disabling, now I just need to deal with the ignores.


grid description