Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > DatePicker > Bug in calendar positioning

Not answered Bug in calendar positioning

Feed from this thread
  • Posted on Oct 3, 2011 (permalink)

    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.
    <UserControl xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"  x:Class="SilverlightApplication7.MainPage"
        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?

    Attached files

    Reply

  • Dani Dani admin's avatar

    Posted on Oct 5, 2011 (permalink)

    Hi Brett,

    Thank you for pointing out this issue. It turns out this is a bug with the telerik Popup control. We have logged it in our PITS. You can vote for it and track its progress here.

    We are sorry for the inconvenience this issue may have caused in your scenario.

    Kind regards,
    Dani
    the Telerik team
    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > DatePicker > Bug in calendar positioning
Related resources for "Bug in calendar positioning"

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