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?
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> |