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

focus with tab key misbehaving

3 Answers 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 09 Feb 2009, 01:50 PM

Hi All

 

I have a series of comboboxes on the page, each updates depending on what is selected in the previous one.  If my users select a value, then hit Enter, the next combo updates and focus moves to the next combo as expected.  However the tab key doesn't do that at all.  Instead hitting the tab key causes the next combo to update, but focus changes to someplace outside the browser, like up in the address bar.  Here's the code I'm using in my onSelectedIndexChanged event handlers behind the combo boxes:

 

protected void radddlTechnician_id_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e)  
        {  
            RadAjaxManager1.FocusControl(this.radddlProvider_id.ClientID + "_Input");  
        } 

.

I've assigned a TabIndex property to each control as well - while that helps with the order of focusing, it didn't help with this problem.

I'm using Q3 .1314 with Ajaxmanager and .Net 3.5  

Any thoughts?

Thanks

Mark

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Feb 2009, 11:45 AM
Hello Mark,

Can you reproduce this issue with our online example of dependant comboboxes here? Could you sent us a sample project illustrating the issue?  You should open a support ticket in order to be able to attach files. Thanks

Best regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Lenny_shp
Top achievements
Rank 2
answered on 19 Feb 2009, 10:23 PM
I have the same issue with 2008.3.1327.35.
I have a few <div> some with float: left; position:relative;
My controls within the <div> have position: absolute.

Must be a combination of those...
0
Yana
Telerik team
answered on 20 Feb 2009, 10:39 AM
Hello Lenny,

We're not able to help you unless you provide us with a sample project where we can observe this issue. Thanks

Best wishes,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Mark
Top achievements
Rank 1
Answers by
Yana
Telerik team
Lenny_shp
Top achievements
Rank 2
Share this question
or