ASP.NET ComboBox - AllowEdit

Allow Edit




By default, the ComboBox allows end users to type into the input field.
The typing triggers the autocomplete, filtering, on demand loading features.

Sometimes, you want to disable typing into the input field, and make the ComboBox
act more like a DropDownList. This can easily be done by setting the AllowEdit property to false.



« Back to examples