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

I am not able to use Shift + Tab in RadDatePicker(Reverse Tab order)

1 Answer 62 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Purushothaman
Top achievements
Rank 2
Purushothaman asked on 13 Jun 2012, 06:37 AM
Hi,

I have 2 RadDatePicker (DP1 and DP2)Control in My Application.If i  choose date from DP1 and Press tab means it will goes to DP2.Now i press Shift + Tab Means again it will back to DP1.
if i directly click DP2 (With out select Date from DP1) and Press Shift + Tab Means it is not goes to DP1.Please let me know how to handle this problem.


<UserControl
    xmlns:telerikQuickStart="clr-namespace:Telerik.Windows.Controls.QuickStart;assembly=Telerik.Windows.Controls"       xmlns:System="clr-namespace:System;assembly=mscorlib" xmlns:Telerik_Windows_Controls_Calendar="clr-namespace:Telerik.Windows.Controls.Calendar;assembly=Telerik.Windows.Controls.Input" xmlns:Telerik_Windows_Controls_Chromes="clr-namespace:Telerik.Windows.Controls.Chromes;assembly=Telerik.Windows.Controls" x:Class="RadControlsSilverlightApp1.MainPage"
    mc:Ignorable="d"
    d:DesignHeight="300"
    d:DesignWidth="800"
    HorizontalAlignment="Center"
    VerticalAlignment="Center">
 
    <Grid
        x:Name="LayoutRoot"
        Width="300"
        Height="200">
        <telerik:RadDateTimePicker
            x:Name="dateTimePicker"
            Margin="0 5 0 0"
            Height="20"
            Width="260"/>
        <telerik:RadDateTimePicker
            x:Name="dateTimePicker1"
            Margin="0 60 0 0"
            Height="20"
            Width="260" />
    </Grid>
</UserControl>

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 13 Jun 2012, 11:59 AM
Hi Purushothaman,

I couldn't reproduce the focus issue with the two DatePickers. I recorded and attached a short video showing that the focus is not lost when the Shift + Tab keyboard shortcut is used.  Can you confirm that you are using our latest Q2 2012 release?

Regards,
Vlado
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DatePicker
Asked by
Purushothaman
Top achievements
Rank 2
Answers by
Vladi
Telerik team
Share this question
or