I'm using UltraComboEditor for CheckedComboBox, because I need the dropdownlist with checkbox to select multiple items.
But, I don't know how to add item named "[All]" to set all items checked / unchecked.
I'd like to set all items in the UltraComboEditor checked or unchecked at once.
Please let me know how to do that.
Hi,
I don't think there is any way to do this with an "[All]" item. But if you use UltraCombo instead of UltraComboEditor, you could use the Header Checkbox to allow the user to check/uncheck all of the items with a single click. I have attached a sample sample project here demonstrating this technique.