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

Telerik Radcombobox SelectOnTab doesn't work after upgrade to latest version

2 Answers 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Bennie De Jong
Top achievements
Rank 1
Bennie De Jong asked on 11 Sep 2012, 09:35 AM

We upgraded out radcombobox component to the latest version (2012.2.724.40) today from version 2009.3.1314.20. Previously when we pressed tab the selected item was selected when we pressed tab, now it only works when we press enter. We didn't change any of the code, and we didn't use any javascript to accomplish this behavior.

<telerik:RadComboBox ID="ddlLevel1" runat="server" EnableEmbeddedSkins="false" skin="ourSkin" style="float:left;padding-right:1px;" Filter="Contains" AllowCustomText="false" MarkFirstMatch="true" IsCaseSensitive="false" AutoPostBack="true" Width="126"          OnClientFocus="OnClientDropdownFocus" SelectOnTab="true" />

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 13 Sep 2012, 07:55 AM
Hello Bennie,

I have performed some tests based on the provided snippet of code, but unfortunately I could not replicate the issue you have faced. In the version you have migrated to, the SelectOnTab property of the RadComboBox is set to True by default. Do you observe the same behavior at our online RadComboBox demo? If not, could you provides us a video, recorded with jing, demonstrating the problematic behavior?


Greetings,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Bennie De Jong
Top achievements
Rank 1
answered on 14 Sep 2012, 07:05 AM
We ended up in using a simple javascript and add it to all Radcomboboxes OnClientKeyPressing method like shown in http://www.telerik.com/community/forums/aspnet-ajax/combobox/use-tab-key-to-select-item.aspx
Tags
ComboBox
Asked by
Bennie De Jong
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Bennie De Jong
Top achievements
Rank 1
Share this question
or