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
100
DropDownButton Like Outlook 2007 Contact Address
posted

I want a buttonlist (?) that looks and works like the button used in Outlook 2007 next to the phone number fields.  The button should drop down a list of options.  When you select an option, the button text should change.  The list will be dynamic and generated from a database.

I have tried using the ultradropdown button with a popup control container.  When I make my popup control a drop down list, the list looks ok, but I am unable to select an option.  When I make my popup control an ultracombo box, it looks horrible.

What is the best way to do this?  I would like to use databinding for list datasource

 

Thanks,

Steve

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Steve,

    I could not find the popup you are referring to in Outlook 2007. Can you tell me more specifically where this is?

    If you are using the PopUpControlContainer, then you don't want to use an UltraCombo on the dropdown. You want a control the provides a list like maybe a WinListView or an WinGrid. The PopupControlContainer already provides the popup part - you just need to provide a control that will appear on the dropdown.

     

Children