I recently upgraded from 2008.Q3.1105 to 2008.Q3.1125, and the icons on my date and time pickers changed. I am specifying the image url's like this:
This worked fine before, but now, instead of my icon, I get the << icon from the calendar. If I remove the DatePopupButton tag, the default calendar icon from the skin shows up, but I'm unable to specify my own custom icon.
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" Skin="WebBlue"> |
<DatePopupButton ImageUrl="~/images/icons/date.gif" HoverImageUrl="~/images/icons/date_hover.gif" /> |
</telerik:RadDatePicker> |
This worked fine before, but now, instead of my icon, I get the << icon from the calendar. If I remove the DatePopupButton tag, the default calendar icon from the skin shows up, but I'm unable to specify my own custom icon.