I am simply trying to have the users select a single value from a list of items returned in a BusinessObject from the database. All of these controls seem to do similar things, so it is not clear which one to use. I tried using UltraComboEditor but can't get the dropdown to work (I reported this as a separate post). Any suggestions on the best control for this basic task?
UltraComboEditor sounds like the right choice, if you want to keep it simple. UltraCombo is a similar ComboBox-type control, the difference being that its dropdown portion contains a grid rather than a list. Most people use UltraCombo over UltraComboEditor in cases where they have multiple columns to present to the user.