Hello!
I've a problem with the conditional formating.
I want to enable/disable some controls if the user select Yes/no in a dropdownlist.
It works fine for "single" textboxes, dropdownlist, but doesn't work with repeating tables or sections.
My condition for single textboxes is "if ControlDropDownValue is not equal to "Yes" hide the control"
So for the repeating section : "if ControlDropDownValue is not equal to "Yes" don't allow user to insert or delete this control".
As the default value for my dropdown is "No", the repeating section is well disabled.
But when i change the value to Yes, the repeating section is still disabled...
Do you have an idea?
Do I have to do something in the code behind?
Thank you so much
Xavier