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
705
How best to simulate a split button / dropdown button
posted

I'm trying to figure out which control I should be using to implement a split button.  I thoughtthere was something in the UltraWebToolbar but I don't want to use an control that is about to be obsoleted.  Bascially I need the following fuctionality:

A button has three functions, one of which is the default.  If I click the button it executes the current default action.  If I click the dropdown I can select and run a different action.  That action then becomes the default and changes the image/text on the button.

[ *** Action 1 (Default) <>]

   click the dropdrop arrow <> and see the options

    *** Action 1

    % Action2

     $ Action 3

 

Thanks

jack