I am using Ajax to dynamically load options into a dropdown. Another field's validation needs to be disabled/enabled depending upon which option is loaded into the dropdown. I tried using the 'Enable Validation' and 'Disable Validation' Events under the Designer tab, but with no success. For a test, I tried the 'Enable Validation' and 'Disable Validation' events using a checkbox (that I manually check) as the trigger, and they successfully changed the validation. So, I assume that the Designer tab Events won't work with an element changed through Ajax?
Any suggestion on how to go about enabling and disabling validation after an Ajax?
Thanks -
-Brian
Any suggestion on how to go about enabling and disabling validation after an Ajax?
Thanks -
-Brian