I\'d like to disable a section of HTML form elements depending on some conditions. This seems to be the ideal way to do that:
In short: No. The reason behind this is because the lack of support in IE8 and the disabled
attribute on the fieldset
element.
Source
In IE7 and IE8, the attribute only disables form elements in the < legend >.
I'm afraid you should look for a custom solution like the answers from other users / your own custom binding.