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

Tab Navigation Problem

3 Answers 70 Views
Expander
This is a migrated thread and some comments may be shown as answers.
Hrushikesh
Top achievements
Rank 1
Hrushikesh asked on 10 Dec 2010, 01:49 PM
Hi,

My page have multiple radexpander with multiplle control inside each and there are couple up buttons as the level of radexpander.
when i don't specify any tabindex then it work fine by navigating through all control inside expander and also to the next radexpander after the last control of fist expander and after that it goes to the button. But when i specify tab index as below then it doesn't work properly.


    
    <Grid x:Name="LayoutRoot" Background="White">
        <StackPanel>  
            <telerik:RadExpander TabIndex="0">
                <StackPanel>
                    <TextBox TabIndex="1"/>
                    <TextBox TabIndex="2"/>
                    <TextBox TabIndex="3"/>
                    <TextBox TabIndex="4"/>
                </StackPanel>
            </telerik:RadExpander>
            <telerik:RadExpander TabIndex="5" >
                <StackPanel>
                    <TextBox TabIndex="6"/>
                    <TextBox TabIndex="7"/>
                    <TextBox TabIndex="8"/>
                    <TextBox TabIndex="9"/>
                </StackPanel>
            </telerik:RadExpander
            <StackPanel Orientation="Horizontal">
                <Button Width="50" Height="35" TabIndex="10" />
                <Button Width="100" TabIndex="11"/>
                <Button Width="80" TabIndex="12"/>
            </StackPanel>
        </StackPanel>
</Grid>


Please suggest how to set the tabindex to radexpander. but its working fine with silverlight toolkit expander properly.

Thank you
Hrushikesh

3 Answers, 1 is accepted

Sort by
0
Hrushikesh
Top achievements
Rank 1
answered on 13 Dec 2010, 02:32 PM
Is there any slution to this?

Thank you
Hrushikesh
0
Petar Mladenov
Telerik team
answered on 15 Dec 2010, 05:34 PM
Hi Hrushikesh,

This appears to be a bug in the RadExpander since the Expander from the toolkit navigates in a different way. I logged it in our PITS ( Expander: Navigation using tab key does not behave as expected when TabIndex is set in the items contained in the Expander) where you will be able to view its status soon ( in the next 24 hours). I also updated your telerik points.

Regards,
Petar Mladenov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Vladislav
Telerik team
answered on 28 Apr 2011, 09:07 AM
Hello Hrushikesh,

We would like to inform you, that this issue is already fixed and the fix will be available in our next internal build.
Can we ask you to give it a try (once the internal build is released, probably in the beginning of the next week) and let us know if it fits your requirements/expectations.

Your feedback on the subject is highly appreciated.

Greetings,
Vladislav
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
Tags
Expander
Asked by
Hrushikesh
Top achievements
Rank 1
Answers by
Hrushikesh
Top achievements
Rank 1
Petar Mladenov
Telerik team
Vladislav
Telerik team
Share this question
or