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

RadDropDownList: Key event(s) for AutoCompleteSuggest

2 Answers 233 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Brandon
Top achievements
Rank 1
Brandon asked on 28 Mar 2018, 04:53 PM

I can't seem to find any working key events for RadDropDownList.DropDownListElement.AutoCompleteSuggest.

What's currently happening:

A user navigates to the desired auto complete suggestion and presses enter on it. They then have to press enter again(to trigger the RadDropDownList.KeyDown event).

What I'd like to happen

A user navigates to the desired auto complete suggestion and presses enter on it. I'm looking for what this event is.

 

Thanks,

 

Brandon

2 Answers, 1 is accepted

Sort by
0
Brandon
Top achievements
Rank 1
answered on 28 Mar 2018, 07:53 PM

I found the event I was looking for:

RadDropDownList.DropDownListElement.AutoCompleteSuggest.DropDownList.KeyDown

It doesn't trigger on up or down arrow keys but that doesn't matter for my use case.

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 30 Mar 2018, 11:42 AM
Hello, Brandon,  

I am glad that the problem you were facing is now resolved. Note that depending on the applied AutoCompleteMode you have to access the respective drop down by the relevant autocomplete helper. Additional information about the autocomplete helpers is available in the following help article: https://docs.telerik.com/devtools/winforms/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist/features/auto-complete

I hope this information helps. If you have any additional questions, please let me know. 

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
Brandon
Top achievements
Rank 1
Answers by
Brandon
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or