Hi!
I'm getting a weird behavior from the UltraCombo controls that I have on my form.
When a user clicks on the control I would expect the list to open automatically, but all it is doing is setting focus to the control. The user then has to click again before the list will drop down.
Is there some way to fix this?
Hi,
There's nothing weird about that, it's the way all combo box controls work in the standard DropDown style. It sounds like maybe you want to set the DropDownStyle to DropDownList which prevents the user from typing into the combo and then it will automatically drop down when you click anywhere in the control.