Hello,
I have a combo Editor Control which is bound to a datasource. But I would like to change the display of the combo, basically append some extra text based on the value of another control. When I attempt to do this the selectedItem becomes nothing, and nothing is appearing on the control.
Is there a way to change the displayText of a bound UltraComboEditor without disturbing the databinding?
-Saravanan
Hi Saravanan,
Yes, you would do this using a DataFilter. Check out the Infragistics Knowledge Base for articles and sample DataFilters.
I could not find.