I can not figure out how to disable specific items in my dropdownlist control.
I tried using DropDownListFieldSettings.HtmlAttributes but it seems to do nothing at all. Either that or I simply don't know how to use it (which is more likely the case but I can't find any information on it either). All other controls seem to use Dictionaries for HtmlAttributes, but the dropdownlistfieldsettings uses a string.
What do I need to do to disable an item in a dropdownlist control? Also, what is the correct way to use the DropDownListFieldSettings.HtmlAttributes?