I have an UltraCombo control with a DataTable as the datasource. I have the DisplayMember set to one of the columns, as well as the ValueMember. However, ALL columns are still being displayed when clicking on it. Why is it ignoring the setting?
I tried searching the forum but your search is not working.
Hello Sam,
The reason you are seeing all the columns instead just one column is that you are using UltraCombo instead of UltraComboEditor. The difference between them is that the UltraComboEditor is a simple singe-column dropdown, much like the Inbox ComboBox control, where UltraCombo is more like a DropDown with UltraGrid inside it, it has multiple columns, sorting functionality, row operations etc.
I have prepared a small sample to demonstrate the difference between them.
Please test it on your side and let me know if you have any questions.
Regards, Ivan Kitanov
UltraComboEditorDataTable.zip