This question is locked. New answers and comments are not allowed.
The attached image shows the calender position for both LTR and RTL. The only difference is the FlowDirection on the UserControl that is hosting the RadDatePicker.
When using RTL layout, the popup Calendar is positioned incorrectly - off the page in my case. I tried to set the Popup.HorizontalOffset by overriding the style but that had no effect.
The attached image shows the calender position for both LTR and RTL. The only difference is the FlowDirection on the UserControl that is hosting the RadDatePicker.
My demo project was a VS2010 SP1 project w/ Silverlight 4. Using Telerik v2011.1.411.1040 dll's but I also tried 2011.2.920.1040.
Is there a way to resolve this for both LTR and RTL?
When using RTL layout, the popup Calendar is positioned incorrectly - off the page in my case. I tried to set the Popup.HorizontalOffset by overriding the style but that had no effect.
The attached image shows the calender position for both LTR and RTL. The only difference is the FlowDirection on the UserControl that is hosting the RadDatePicker.
<
UserControl
xmlns:toolkit
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"
x:Class
=
"SilverlightApplication7.MainPage"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
xmlns:local
=
"clr-namespace:SilverlightApplication7"
mc:Ignorable
=
"d"
d:DesignHeight
=
"594"
d:DesignWidth
=
"967"
>
<
Grid
x:Name
=
"LayoutRoot"
Background
=
"#FF09E209"
FlowDirection
=
"RightToLeft"
>
<
StackPanel
Orientation
=
"Vertical"
>
<
telerik:RadDatePicker
Width
=
"300"
/>
</
StackPanel
>
</
Grid
>
</
UserControl
>
My demo project was a VS2010 SP1 project w/ Silverlight 4. Using Telerik v2011.1.411.1040 dll's but I also tried 2011.2.920.1040.
Is there a way to resolve this for both LTR and RTL?