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

RadCombo's KeyDown event not work when combo isReadOnly = True

1 Answer 59 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
hvduc
Top achievements
Rank 1
hvduc asked on 13 Jul 2010, 05:52 AM
I'm implementing shortcut key for tabcontrol's tabitems. But when I focus to 1 tab that has first control is Radcombobox (isReadonly=True), I can't use shortcut key anymore. I debugged and found out KeyDown event not work with radcombobox that isreadonly=true. Anyway to work around?

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 13 Jul 2010, 08:15 AM
Hi,

The earlier versions of RadComboBox used to handle the KeyDown event when they performed autocomplete. You could disable the autocomplete by setting IsTextSearchEnabled=false and this will prevent the control from handling the event.

The newer versions (since version 2010.1.702) use the TextInput event instead of KeyDown and you should be able to handle the KeyDown event without disabling the autocomplete.

Regards,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
hvduc
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or