ASP.NET ComboBox - OpenOnFocus

Open On Focus




By default, the ComboBox expands its drop down menu when the input field receives the focus.
This behavior can be changed, by using the OpenOnFocus property. If it's set to false,
the drop down menu can be expanded only by clicking the arrow button next to the input field.



« Back to examples