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
302
UltraGrid column with DropDownList style
posted

Hi,

We're using an UltraGrid with a ValueList-based column (with a list of operators).
I would like to achieve a combination of the DropDownList style and the Button style (screenshot).

If the user clicks on the button, it should toggle the dropdown. Unfortunately, I didn't find a way to achieve this behavior. I've tried to toggle the dropdown in the ClickCellButton, but this has no effect.

Any ideas?

 

Thanks in advance,

Kevin

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Kevin,

    I'm a bit confused by your explanation. What exactly are you trying to do?

    It sounds like maybe you need to use a DropDownEditorButton in an editor that drops down a control rather than a ValueList, but it's really not clear to me what distinction you are making here regarding the behavior you want and what the ValueList already does.

Children