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

RadComboBox grabs focus after TAB key pressed

1 Answer 175 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Radu
Top achievements
Rank 1
Radu asked on 18 Nov 2008, 01:00 PM
I've got a RAD ComboBox that is bound to a long list of lookup values. It uses load on demand and MarkFirstMatch.

When the user is typing some text and then quickly presses TAB to go to next control on the page, the RAD combo currently grabs back the focus after a few seconds if it finds a match. Can that be prevented? It would be much nicer if the combo automatically expanded the Text to the first match without grabbing the keyboard focus.

In the case that there is no single match, it should keep the text as entered by the user, and then on the form-submit, we could validate the selection in the combo and inform the user to (re-)select a value. In our application this will not be common because most of the values are short, and the users types them in quickly and fully.

Thanks for any help,
Ries 

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Nov 2008, 11:43 AM
Hi Ries,

Please check the attached sample project which demonstrates the needed approach.

Kind regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Radu
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or