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
710
Double CLick on UltraComboEditor to open list of choices
posted

Hello,

I have the following requirement from a client: double-clicking on an UltraComboEditor shouls open the dropdown.

Could you help? It is an UltraComboeditor, not an UltraCombo.

I tried this without success:

private void ComboEditor_DoubleClick(object sender, EventArgs e)
        {

            ComboEditor.ToggleDropDown();
        }

Parents Reply Children
No Data