Hi,
I am using UltraComboEditor with the following settings,
ultraComboEditor1.CheckedListSettings.CheckBoxStyle = CheckStyle.CheckBox;
I want to trigger an event on item's checked state change.
Is there any CheckedChanged Event for UltraComboEditor?
Thanks in advance,
Kumar
Hi Kumar,
You might want to look at this thread: what item changed on valuechanged event - Infragistics Community
Hi Mike,
I have made it according to your proposal and it works fine for the text line, but I have a issue with the update of the checkboxes in my UltraComboEditor drop down list.
I have the request that sometime it should be possible to select only one item inside the drop down list.
I have attached two pictures, maybe easier to understand :-).
Pic1:
Pic2:
First I select "Any" and "Any" is dispayed (Pic1). Than I select "Truck" and "Truck" is displayed (Pic2). OK but the selected mark is still visible in front of "Any". It should be unselected.
Inside checkedItemList_CheckStateChanged I set the state of "Any" to CheckState.Unchecked and it disappears in the text line.
I have tested inside the event "SelectionChanged" the methods Refresh(); RefreshList(); Update();but all of don't change it.
How can I update the checkbox in front of "Any" ?
I use the UltraComboEditor inside a UserControl. We have NetAdvantage 2009 Vol. 1 with NetAdvantage 2009 Vol. 1 Win Forms SR 2029 and German Vista.
Bye
Dirk
Thanks Mike,
This works for me.
Regards,