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.
Hello guidegi,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I guess that you have UltraCombo inside Grid cell but I am not sure that i understand your question completely. Could you please provide a small sample or/and mock up screenshot of what you are trying to achieve with detailed information about your issue.
Please feel free to contact us if you still have any questions related to this matter.
I changed UltraComboEditor to UltraCombo as you said.
But UltraGridBand and UltraGridColumn can not be fit to UltraCombo.
I wonder why UltraGridColumn.AutoSizeMode does not working.
If the size of UltraCombo can be changed,
how to make the size of UltraGridBand and UltraGridColumn automatically changed?
I am still following your thread. Did our suggestions helped you ? If not please do not hesitate to contact us and we will help you on any questions related to this matter.
Thank you for posting in the Infragistics forums.
One of the possible approaches to achieve what you need could be to use PropertyChangedEventArgs. Please see the attached to sample. Of course you could use UltraCombo instead of UltraComboEditor like Mike suggested and I think that this will be much easier and clean approach.
Please feel free to let us know if you have any other questions with this matter.