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

RadDatePicker display issue

1 Answer 74 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ritesh
Top achievements
Rank 1
Ritesh asked on 29 Jul 2013, 09:21 AM
I am using  a RadDatePicker on my page and its working fine. But the probem is when I scroll the page down and then click on the calendar image it displays the calendar somewhere at the top of the page rather then displaying at bottom right of the calendar image. Its only happening in IE, no problem in Firefox though. Not sure what property do I need to set so that even if i scroll the page down and click on caledar image it show display ot the bottom right of the calendar image. Please see below the code I am using.

<telerik:RadDatePicker ID="calFrom" runat="server" Width="140px" AutoPostBack="true" DateInput-EmptyMessage="MinDate" MinDate="01/01/2000" Skin="WebBlue"  PopupDirection="BottomRight" >
   <Calendar>
     <SpecialDays>
        <telerik:RadCalendarDay Repeatable="Today" ItemStyle-CssClass="rcToday">
        </telerik:RadCalendarDay>
      </SpecialDays>
   </Calendar>
</telerik:RadDatePicker>

Your help is much appreciated.
Thanks

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 01 Aug 2013, 10:10 AM
Hi Ritesh,

I have prepared a sample web site using the provided code snippet to test the described behavior. On my side the picker's calendar pop up is positioned correctly. Can you please run the attached application and verify that it works as expected from your end, too?

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Calendar
Asked by
Ritesh
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or