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

Down Arrow in RadComboBox KeyDown

3 Answers 131 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Carl Rippon
Top achievements
Rank 1
Carl Rippon asked on 25 Oct 2010, 12:50 PM
The down arrow key does not seem to be detected in the KeyDown event of the RadComboBox. However, the down arrow key is picked up the KeyUp event.

Is this a bug or expected behaviour? Is there a work around so that I can get the down arrow key being picked up in the KeyDown event?

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Oct 2010, 08:45 AM
Hi Carl,

We handle KeyDown event in the RadComboBox control. I would suggest you to use AddHandler in order to handle the KeyDown event. For example:

this.radComboBox.AddHandler(KeyDownEvent, new KeyEventHandler(radComboBox_KeyDown), true);
 
I hope this helps.


Sincerely yours,
George
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
0
Sunil
Top achievements
Rank 1
answered on 20 Jun 2013, 05:36 PM
Hi George

I have been experiencing a very tiffy issue with radcombobox. I want to invoke a server side event from radcombobox when i enter any text under radcombobox control. Suppose if i enter any text such as "George" etc under radcomboxbox immediately george details such as company, phone and other variables should appear under the radcombobox like a dropdown.

Could you please let us know the client side or server side events other than text_changed or selected index changed events. I have already tried this when I enter name under radcombobox and click mouse outside radcombobox the events text-changed and selected index changed events fire. 

My client is really complaining about this problem so I have to solve the solution as soon as possible. Could you please help me and mail me to msuniliitkgp@hotmail.com

Regards
Sunil
0
George
Telerik team
answered on 25 Jun 2013, 02:39 PM
Hi Sunil,

The Silverlight runs only on the client side and RadComboBox control has no events that fire on server side as well. I would suggest referring to our new RadAutoCompleteBox control which could suit your needs:

    1. Documentation - http://www.telerik.com/help/silverlight/radautocompletebox-overview.html
    2. Online demos - http://demos.telerik.com/silverlight/#AutoCompleteBox/FirstLook

Hope this helps.


Regards,
George
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Carl Rippon
Top achievements
Rank 1
Answers by
George
Telerik team
Sunil
Top achievements
Rank 1
Share this question
or