Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > NumericUpDown > Tabindex not work

Not answered Tabindex not work

Feed from this thread
  • Humayon avatar

    Posted on Sep 21, 2009 (permalink)

     Tabindex not work!

    help me .

    Reply

  • Nick Nick admin's avatar

    Posted on Sep 21, 2009 (permalink)

    Hi Humayon ,

    Could you please provide some more info on the problem. What were the steps you performed before the problem appeared?

    All the best,
    Nick
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • steve avatar

    Posted on Dec 9, 2009 (permalink)

    Hi
    I have the same problem. I have created a silverlight app that has both microsoft controls and telerik ones. Setting the tab index on each property enables me to tab between all controlls, but when it should tab to a telerik controll it tabs over to the next ms controll. The telerik controlls include the RadDatePicker and the RadNumericUpDown.

    Cheers

    steve

    Reply

  • Valeri Hristov Valeri Hristov admin's avatar

    Posted on Dec 9, 2009 (permalink)

    Hi steve,

    What's the version of RadControls you are using? We fixed similar problem a couple of months ago, so if the problem persists with the latest internal build (http://www.telerik.com/account/downloads/internal-builds.aspx) I would like to as you to open a new support ticket and send us a simple application that could be used to observe the problem, along with the Telerik assemblies.

    Using the following XAML and the latest available assemblies, I was unable to reproduce the problem:

    <UserControl x:Class="SilverlightApplication1.MainPage"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input">
    <StackPanel x:Name="LayoutRoot">
        <TextBox />
        <TextBox />
        <telerikInput:RadNumericUpDown TabIndex="1"  />
        <telerikInput:RadDatePicker TabIndex="2" />
        <TextBox TabIndex="0" />
    </StackPanel>
    </UserControl>

    Greetings,
    Valeri Hristov
    the Telerik team


    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Luis avatar

    Posted on Sep 5, 2011 (permalink)

    Hello,
    I have the same problem with the tabindex, the problem is only on the RadUpDownNumeric control.  I have downloaded the fixed version and tried theirs code but it didn't solve my problem, i have version Q1 2011 SP1 (11.1.419.0)

    Could you help me??

    Thank  you
    Luis Castillo.

    Reply

  • Pana Pana admin's avatar

    Posted on Sep 12, 2011 (permalink)

    Hello Luis,

    The following XAML works fine with the Q1 SP1 2011:

    <StackPanel Width="150" HorizontalAlignment="Center" VerticalAlignment="Center">
        <TextBox TabIndex="3" Text="Hello World" telerik:StyleManager.Theme="Office_Black" Margin="2" />
        <telerik:RadNumericUpDown TabIndex="2" Margin="2" />
        <TextBox TabIndex="1" Text="Hello World 2" telerik:StyleManager.Theme="Office_Black" Margin="2" />
        <telerik:RadNumericUpDown TabIndex="0" Margin="2" />
    </StackPanel>

    The tab order goes from down side up. Could you share with us your page's xaml so we can reproduce the problem here?

    Best wishes,
    Pana
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > NumericUpDown > Tabindex not work
Related resources for "Tabindex not work"

Silverlight NumericUpDown Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]