Hi.,
I'm using RadCalendar to select highlighted days. The issue is that whenever I hover on these highlighted dates., the date gets selected, which shouldn't be the case. I want the date to get selected only when i click it but no on hover. How can i overcome this issue..??
I'm using this css class to highlight special days
.CalendarHolidays a
{
color: red !important;
font-weight: bold !important;
background-color: #f2f2f2 !important;
}
Regards,
Aditya
I'm using RadCalendar to select highlighted days. The issue is that whenever I hover on these highlighted dates., the date gets selected, which shouldn't be the case. I want the date to get selected only when i click it but no on hover. How can i overcome this issue..??
I'm using this css class to highlight special days
.CalendarHolidays a
{
color: red !important;
font-weight: bold !important;
background-color: #f2f2f2 !important;
}
Regards,
Aditya