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(); }
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.
Yes this is perfect. It solved my problem.
I thank you a lot.
Pierre
I'd like to open an ultracombo on click.
I was thinking something like this.
ultraComboBox1.DroppedDown = true;
Is this possible?
this.ultraComboEditor1.DropDown();