This question is locked. New answers and comments are not allowed.
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.
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:telerik="http://schemas.telerik.com/2008/xaml/presentation" 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>