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.