This question is locked. New answers and comments are not allowed.
Hi,
is it possible to disable an option of a mvc drop down list as it is with a standard drop down, e.g.:
If not, it is planned to implement such a functionality?
Thanks and bye
is it possible to disable an option of a mvc drop down list as it is with a standard drop down, e.g.:
$('#StandardDropDown option[value="SomeValue"]').attr('disabled', 'disabled');If not, it is planned to implement such a functionality?
Thanks and bye
