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
105
UltraComboEditor Text not updating
posted

I have an UltraComboEditor where I am dynamically setting the Items that appear in the drop-down depending on the actions of a user.

It has the ChecBoxStyle set to CheckBox and EditorValueSource set to CheckedItems.

I am pre-populating the items with a single item which is correctly being displayed.

When I then select to add a new item to the control it is correctly being added to the items and when I drop down the control it appears in the available list and is correctly checked, but the display of the data in the control when closed does not change, I am wanting both items to be displayed in the control like Item1; Item2.  No mater what I do, all I get is Item1 displayed.

What do I have to do in order to get the display to correctly display all the items that are checked in the list?

Regards

Sean

Parents Reply Children
No Data