This is a migrated thread and some comments may be shown as answers.

[Solved] how to disable input from combobox

1 Answer 217 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
tparks69
Top achievements
Rank 1
tparks69 asked on 30 Mar 2008, 02:11 AM
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

Sort by
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.

I hope this helps.

Regards,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
tparks69
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or