Can anyone help me how to open a ultracombo on runtime ? Example when a button pressed i want the ultracombo to open.
I'm using infragistics 5.3 and ultracombo not ultracomboEditor.
I have tried
combo.ToggleDropdown(),
SendMessage(combo.Handle.ToInt32(), CB_SHOWDROPDOWN, 1, IntPtr.Zero);
but nothing happened.