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

Datepicker page jump

1 Answer 53 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Monique Smartt
Top achievements
Rank 1
Monique Smartt asked on 05 Dec 2008, 11:32 PM
I have a datepicker on a page that is in a radajaxpanel. The page is a content page with a RadAjaxManagerProxy and the ajaxmanager is on the master page.

When I select a date from the datepicker it makes my page jump to the top. I thought it was autopostback, but as you can see from the markup I have two pickers with autopostpack set and not set and it still does it for both.

I have tried adding an ajaxsetting on the datepicker control to update both the panel and the datepicker. Nothing seems to work.

Any help on this?

<div> 
 <telerik:RadDatePicker ID="dateHoldDate" Runat="server" AutoPostBack="false" MinDate="01/01/1900" Width="100" Skin="Office2007" CssClass="Calendar" Calendar-TitleStyle-CssClass="CalendarTitle" Calendar-HeaderStyle-CssClass="CalendarHeader" DateInput-CssClass="CalendarInput" Calendar-ShowRowHeaders="false" />            
</div>        
<div> 
 <telerik:RadDatePicker ID="dateAssignedDate" Runat="server" MinDate="01/01/1900" Width="100" Skin="Office2007" CssClass="Calendar" Calendar-TitleStyle-CssClass="CalendarTitle" Calendar-HeaderStyle-CssClass="CalendarHeader" DateInput-CssClass="CalendarInput" Calendar-ShowRowHeaders="false" />            
</div>   

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 08 Dec 2008, 03:58 PM
Hi Monique,

Thank you for contacting us.

Unfortunately we could not reproduce this error on our side. Please find attached a test project to this message, which implements your scenario. For further information please refer to this link.

If this does not help, please send us a working test project, which replicates the error. We are looking forward to help you resolve your problem.

Best regards,
Georgi Krustev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Monique Smartt
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or