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

How to implement CanKeyboardNavigationSelectItems="True" in RadAutoCompleteBox

2 Answers 131 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Vinod
Top achievements
Rank 1
Vinod asked on 05 Jul 2016, 12:47 PM

Hi ,

can anyone help on 

How to implement Similar property of CanKeyboardNavigationSelectItems="True" in RadCombobox, like in RadAutoCompleteBox.

I didn't find this property in RadAutoCompleteBox.

 

 

2 Answers, 1 is accepted

Sort by
0
Vinod
Top achievements
Rank 1
answered on 06 Jul 2016, 05:41 AM
Hi Telerik Team,

we are replacing the RadComobox with the RadAutoCompletebox.
I implemented the code similar to the below link.
http://www.telerik.com/forums/no-dropdown-on-focus-suggest-mode-not-working.
Everything is working fine but please suggest how to implement the "CanKeyboardNavigationSelectItems="True"" property in RadAutoCompletebox.
I found this property present in the RadCombobox, but not in RadAutoCompletebox.
0
Kalin
Telerik team
answered on 07 Jul 2016, 08:15 AM
Hello Vinod,

With the current implementation of the control this cannot be achieved. However you could bind to the SearchText property which will change while the drop down is open and the selected item in the drop down is being changed using the keyboard. This you would be able to find out which item is about to be selected.

Hope this helps.

Regards,
Kalin
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
AutoCompleteBox
Asked by
Vinod
Top achievements
Rank 1
Answers by
Vinod
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or