Hi,
I had customized datepicker and when I move mouse over the column header after page is loaded for the first time the dates get highlighted even though I have not enabled the properties related to column header How can this issue be solved?
<telerik:RadDatePicker AutoPostBack="false" runat="server" ID="datepicker1" Skin="Web20new"
EnableEmbeddedSkins="false" MinDate="1900-01-01" Width="132px">
<DateInput runat="server" InvalidStyleDuration="100" DateFormat = "MM/dd/yyyy" LabelCssClass="radLabelCss_Web20new" Skin="Web20new"
EnableEmbeddedSkins="False" ShortYearCenturyEnd="2039">
<InvalidStyle ForeColor="Red" />
</DateInput>
<DatePopupButton CssClass="radPopupImage_Web20new" ImageUrl="Skins/Web20/Calendar/datePickerPopup.gif"
HoverImageUrl="Skins/Web20/Calendar/datePickerPopupHover.gif" />
<Calendar runat="server" TitleFormat="MMM yyyy" Skin="Web20new" NavigationPrevImage="Skins/Web20/Calendar/arrowLeft.gif"
NavigationNextImage="Skins/Web20/Calendar/arrowRight.gif" FastNavigationNextImage="Skins/Web20/Calendar/fastNavRight.gif"
FastNavigationPrevImage="Skins/Web20/Calendar/fastNavLeft.gif" ShowRowHeaders="False" EnableEmbeddedSkins="False"
NavigationNextToolTip="Next Month" NavigationPrevToolTip="Previous Month"
FastNavigationNextToolTip="Three Months forward" FastNavigationPrevToolTip="Three Months Back">
</Calendar>
</telerik:RadDatePicker>
