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

How to disable cursor in box?

2 Answers 249 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jaime Fuhr
Top achievements
Rank 1
Jaime Fuhr asked on 02 Feb 2010, 07:00 PM
How do you turn off the cursor from appearing inside the combo box?

The behavior suggests that I can edit the contents of the box, but I am unable to.

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 02 Feb 2010, 08:53 PM
I think there are a few forum threads out there regarding this issue and I think this is due to the Browser placing the cursor in the ComboBox. In order to get rid of it you will have to disable the input of the RadComboBox (which prevents you from typing in it).
0
Princy
Top achievements
Rank 2
answered on 03 Feb 2010, 08:53 AM
Hello Jaime,

You could try setting AllowCustomText property of the RadComboBox to false which prevents typing any text in the input of the RadComboBox. Also set the EnableLoadOnDemand and MarkFirstMatch properties to false and see if it helps.

Thanks
Princy.
Tags
ComboBox
Asked by
Jaime Fuhr
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or