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

Custom datepopup button image.

1 Answer 51 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Karl Ranville
Top achievements
Rank 1
Karl Ranville asked on 31 Jul 2013, 11:18 AM
Hi

I tried to add a custom image to the datepopup button of radcalendar. Initially it displayed well but when I try to click on it everything look messy and see a text like click to see calendar. How to resolve this?

Thanks
Karl

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 31 Jul 2013, 11:26 AM
Hi Karl,

Try setting the HoverImageUrl property to the same image file and it will works as expected. Please check the following mark-up.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
    <DatePopupButton ImageUrl="../Images/cal.jpg" HoverImageUrl="../Images/cal.jpg" />
</telerik:RadDatePicker>

Thanks,
Shinu.
Tags
Calendar
Asked by
Karl Ranville
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or