If you want to prevent the user from typing into the text field, you should use the TelerikDropDownList component instead of the TelerikComboBox.
The TelerikComboBox is designed to allow typing and even custom value entry (if enabled), whereas the TelerikDropDownList is strictly for selecting from predefined options and does not allow user input.
Regards, Anislav Atanasov
0
Hristian Stefanov
Telerik team
answered on 16 May 2025, 12:43 PM
Hi all,
Indeed, the TelerikDropDownList component is more suitable for scenarios where you don't want users to type in the input. One of the main purposes of the ComboBox is to allow typing to help users find a specific item.
However, if you still prefer to use the ComboBox, you can prevent typing by using a small JavaScript function — similar to the example shown here: How to Restrict Numeric Input in ComboBox.