Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Displaytext of last checkboxentry not shown in combo text
posted

Good afternoon,

we are facing a problem with the UltraComboEditor when it contains checkable items.

What we've set up:

ultraComboEditor1:CheckedListSettings:CheckBoxStyle = Infragistics.Win.CheckStyle:CheckBox.
ultraComboEditor1:CheckedListSettings:EditorValueSource = Infragistics.Win.EditorWithComboValueSource:CheckedItems.
ultraComboEditor1:CheckedListSettings:ListSeparator = ",".
ultraComboEditor1:DropDownStyle = Infragistics.Win.DropDownStyle:DropDownList.

After that we added two items. When we check the first one, the combo presents like that:

All fine. But when we check the second checkbox:

the text inside the comboeditor (not the dropdown) doesn't contains the textvalue of the last entry. This error is reproducable with any number of entries:

It's allways the last checked entry that seems to be ignored.

Has anyone any suggestions?

Kind regards

Parents Reply Children
No Data