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
935
UltraComboEditor display text when dropped down
posted

Hi,

I am trying to generate a derived UltraComboEditor that shows a different text version when collapsed and dropped down, effectively having more detail when dropped down. I populated a combo box with ValueListItems with the detailed text as the display text. This shows when dropped down. Then I used a datafilter to remove this extra detail in the EditorToDisplay direction.

This works to display the detailed text when dropped down and the reduced text when item is selected. But when trying to move off the control, the combo selects the null item (presumably based on the text not matching any valuelist items) Also, I've set it to LImitToList, so the control now won't lose focus.

Is there a way to have two different versions of the display text to be used? Also, is there a sample of a dataFilter applied to an UltraComboEditor as I can find no articles for this.

Thanks

Wendy

Parents Reply Children
No Data