HI..
Is this the most recent version 2010.1.309.35?
Here's my code... First the Timepicker border gets highlighted.. then press tab again to go into it... thanks
<StackPanel Width="207">
<TextBox BorderBrush="Navy" Height="24" TabIndex="3" MaxLength="20" FontWeight="Bold" HorizontalAlignment="Left" Margin="5 10 5 5" Name="txtCaller" VerticalAlignment="Top" VerticalContentAlignment="Center" Width="196">
<TextBox.Effect>
<DropShadowEffect BlurRadius="0" ShadowDepth="3" />
</TextBox.Effect>
</TextBox>
<telerikPresentation:RadTimePicker HeaderContent="Caller Time" BorderBrush="DarkBlue" Margin="0 20" TabIndex="4" Culture="English (United States)" FontSize="12" FontWeight="Bold" Height="22" HorizontalAlignment="Center" IsTabStop="True" Name="timeCaller" SnapsToDevicePixels="False" telerikPresentation:StyleManager.Theme="Summer" Width="102" AllowDrop="False">
<telerikPresentation:RadTimePicker.Effect>
<DropShadowEffect BlurRadius="0" ShadowDepth="2" />
</telerikPresentation:RadTimePicker.Effect>
</telerikPresentation:RadTimePicker>
</StackPanel>