Can I dynamically make one selection of an EnumerationList show read-only?
![]()
I have an enumeration which is displayed as an EnumerationList (multi-select) as a set of checkboxes.
I'd like to dynamically enable/disable a given checkbox based on the value of another attribute. For example: If attribute A = 1 then allowable values (those enabled) are X, Y, and Z but if attribute A = 2 then allowable values (those enabled) are only Y and Z. X is not valid. My enumerations are stored in the configuration. Can this be done? |
Comments
sorry, no.. dependent enums only work for singe select.