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

Combobox Tabbing

4 Answers 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 14 Oct 2010, 04:22 PM
It seems that with RadComboBoxes, and possibly other Telerik controls, that if you want to tab from one control to another that you have to hit the tab key twice instead of once just to switch to the next item.  The XAML below behaves correctly with standard comboboxes but not with Telerik comboboxes.  Is there a planned fix or simple workaround?

<ContentControl TabNavigation="Cycle" HorizontalAlignment="Center" VerticalAlignment="Center">
    <StackPanel>
        <tInput:RadComboBox Height="40" Width="150" TabIndex="0"/>
        <tInput:RadComboBox Height="40" Width="150" TabIndex="1"/>
        <tInput:RadComboBox Height="40" Width="150" TabIndex="2"/>
    </StackPanel>
</ContentControl>

Thanks

4 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 15 Oct 2010, 12:26 PM
Hi Josh,

Thank you for contacting us.

We were able to observe the issue. It will be fixed in the latest internal build next week. Sorry for the caused inconvenience.
Your Telerik points have been updated for your involvement.

Please let us know if you have any other questions about out controls.

All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Richard
Top achievements
Rank 1
answered on 01 Dec 2010, 08:08 PM
Hi,

Is this issue fixed in Q3 2010? We just upgraded and it seems to still be happening.

Thanks for your help,
Richard
0
Konstantina
Telerik team
answered on 02 Dec 2010, 09:18 AM
Hello Richard,

Yes, this issue is fixed in Q3. Could you please make sure that the project is referencing the Q3 assemblies and rebuild it.

If you still experience difficulties please try to isolate the problem in a sample project and send it back to us. In that way we will be able to track down the source of the problem.

Regards,
Konstantina
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Richard
Top achievements
Rank 1
answered on 02 Dec 2010, 08:37 PM
You're right - I hadn't upgraded the project properly and it was still using the old version. It's working fine now. Sorry for the trouble!

Thanks,
Richard
Tags
ComboBox
Asked by
Josh
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Richard
Top achievements
Rank 1
Share this question
or