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
  • 21795
    Offline posted

    Hello Pierre,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on it.

    Thank you for using Infragistics Components.

Reply Children