Disable/Hide Checkbox item in CheckboxList
I use CheckboxList / RadioDeck. Let's say I have 5 Values A, B, C, D and E.
Gives a solution to uncheck,disable(or hide) C and D if I check A, and reverse if I uncehck A?
9 Replies
@Leandro Ferreira Thank you. Is disableOptionWhen not only to disable an option on page load? I need multiple Rule To disable D if I check A, Disable D and E if I check B,...
did you make it
live()
?Thank you. I forgot live(). But what is the solution to uncheck and disable or hide?
I thought I found a solution with false but this is wrong
Thank you. This work. Have you also a solution to uncheck the value for a better user experience?
I would get the current values, and then remove the ones you are disabiling and set it
@toeknee Thank you. have you an example?
DisableOpenWhen should actually do that. But if it's not just do: