Hi,
I'm talking about the latest version of AJAX RadControls.
I've a DatePicker with this code:
The problem is, in IE7 only (but maybe in release 6 too), that when I choose a date from the calendar, the page scrolls up to the top. I think that maybe this behaviour is caused by the '#' at the end of each day selector link.
I saw another post similar to this but I've tried to describe the problem more in detail. I hope there is a solution (maybe preventing the default event for the link via javascript?).
Thanks.
I'm talking about the latest version of AJAX RadControls.
I've a DatePicker with this code:
<tk:RadDatePicker runat="server" ID="ForwardCalendar" Culture="it-IT" Skin="Telerik" |
Calendar-ShowRowHeaders="false" Calendar-EnableMultiSelect="false" Calendar-EnableMonthYearFastNavigation="false" |
Calendar-EnableNavigationAnimation="true"> |
<DateInput runat="server" EnableEmbeddedSkins="false" AutoPostBack="false"> |
</DateInput> |
<DatePopupButton ImageUrl="~/images/icons/calendar.png" HoverImageUrl="~/images/icons/calendar.png" |
ToolTip="" /> |
</tk:RadDatePicker> |
The problem is, in IE7 only (but maybe in release 6 too), that when I choose a date from the calendar, the page scrolls up to the top. I think that maybe this behaviour is caused by the '#' at the end of each day selector link.
I saw another post similar to this but I've tried to describe the problem more in detail. I hope there is a solution (maybe preventing the default event for the link via javascript?).
Thanks.