I'm using the ComboBox in Load On Demand mode. I want to disable the ability for people to type in the combobox, to use it more like a standard drop down. I've tried using Javascript, and I've tried using OnClientKeyPressing to no avail. Can anyone tell me how I can do this?
Thanks,
1 Answer, 1 is accepted
0
Simon
Telerik team
answered on 01 Apr 2008, 01:50 PM
Hello tparks69,
You could try setting AllowCustomText property to false. This way the will not be allowed to type any text in the input of the RadComboBox.