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
1170
Confused by UltraCombo, UltraComboEditor, UltraDropDown, and UltraDropDownButton
posted

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?

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    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.

Children
No Data