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

Enter Key

2 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ryan Grossman
Top achievements
Rank 1
Ryan Grossman asked on 24 Mar 2010, 06:05 PM
How do you get the enter key to submit from a radcombobox, like in the below sample, typing in the box and hitting enter doesnt submit the page...

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx

2 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 24 Mar 2010, 07:38 PM
You can set the RadComboBox to AutoPostback="true" and then handle the TextChanged or SelectedChangedEvent event.

I hope that helps.
0
Ryan Grossman
Top achievements
Rank 1
answered on 24 Mar 2010, 09:24 PM
But I have over 30 fields on the form and I dont want it to postback until all necessary search criteria is entered...
Tags
ComboBox
Asked by
Ryan Grossman
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Ryan Grossman
Top achievements
Rank 1
Share this question
or