When I type something such as "abb", the "ABB Allentown" value is selected.
After that, the user press Enter key that value chosen.
I want to the TAB key work the same way.
Pls provide the alternative solution to achieve this functionality.
1 Answer, 1 is accepted
0
Accepted
Martin Vasilev
Telerik team
answered on 30 Jun 2011, 08:37 AM
Hello Bang,
Actually, after some time spent on trying to find solution about your question, I have managed to discover one. You can create a custom MultiColumnComboBox control, which overrides ProcessCmdKey. In this event, if a tab press was detected - use ClosePopup method to close the drop down. Please consider the following code as example: