How to create combobox control with non-selectable items? For example, such groupnames or categorynames which visually divide items in dropdownlist into some groups or categories.
How to create combobox control with non-selectable items? For example, such groupnames or categorynames
Share
Instead of adding strings to your combobox you could add a special class and use selected item to determine whether the item is selected or not.