I recently came across practice of binding Ultracombo with data source. If Datasource is multicolumn and requirement is to display one column, one has to hide rest of the columns. I think there is something really wrong here. Is there way to bind Ultracombo to one column only or is there a another control should be used in such cases?
Thanks
Hi,
UltraCombo is a multi-column ComboBox. If you want a single-column dropdown that looks more like the inbox combo, use UltraComboEditor, instead.