Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8600087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:32:20+00:00 2026-06-12T01:32:20+00:00

We upgraded out radcombobox component to the latest version (2012.2.724.40) today from version 2009.3.1314.20.

  • 0

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" />
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T01:32:21+00:00Added an answer on June 12, 2026 at 1:32 am

    We ended up in adding a simple javascript method which from the OnClientKeyPressing event.

    function radComboKeyPress(comboBox, eventArgs) { 
    var keyCode = eventArgs.get_domEvent().keyCode; 
    if (keyCode == 9) { 
        try { 
            comboBox.get_highlightedItem().select(); 
        } 
        catch (err){ 
            return; 
        } 
    }
    

    }

    This solved the problem

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I upgraded from Chrome version 17 to Chrome: 18.0.1025.142 today. I've noticed one of
I just upgraded GlassFish from 3.1.1 to 3.1.2. My app deploys, but bombs out
I upgraded from .Net 4.5 Beta to the RTM version, and now when I
I just upgraded out Flex project to use SDK version 4.5.1.21328 and the Flash
I upgraded from xcode 4.0 to 4.0.2 today (not sure why, but everything i
I've upgraded to Rails 2.3.3 (from 2.1.x) and I'm trying to figure out the
We've upgraded the asp.net runtime from 2.0 to 4.0 - turns out a vendor
Upgraded an app from 2.3 to 3.0 and now getting these. What's the best
I upgraded my EntityModel to version 4.3 using NuGet . Now i want to
I recently upgraded to Visual Studio 2010 and found out that when I press

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.