Hello Chris,
In order to move the focus from RadComboBox to another control as soon as a selection is made we suggest you to use the MoveFocus method. You could call it inside the SelectionChanged event of the ComboBox control instead of implementing a custom a logic for the KeyDown event- that event will fire as soon as a selection is made. Please, check the attached sample project that demonstrates the described above approach - it seems everything works as expected on our side. Give it a try and let us know if it worked for you.
Hopes this helps.
Regards,
Nasko
Telerik
In order to move the focus from RadComboBox to another control as soon as a selection is made we suggest you to use the MoveFocus method. You could call it inside the SelectionChanged event of the ComboBox control instead of implementing a custom a logic for the KeyDown event- that event will fire as soon as a selection is made. Please, check the attached sample project that demonstrates the described above approach - it seems everything works as expected on our side. Give it a try and let us know if it worked for you.
Hopes this helps.
Regards,
Nasko
Telerik
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 Feedback Portal
and vote to affect the priority of the items