I'm having an issue with the hover effect on the RadCalendar.
I'm using special days to highlight days that have events on that day, these items have a grey color. Every other day is white, selected days are green. My selected days are classed "Populated"
So if i click on a date, that is NOT a special day with the 'populated' class, the selected date bg color goes green. This is expected. If i mouse around the selected date color stays which is what I want.
Now if i selected a 'Special Day' the color goes green, however when I hover over it and go off it, the color goes back to special day color. Inspecting the element I see that the rcSelected class is removed and the Populated class is there.
How come the normal days retain the rcSelected class on mouseover / out and the Special days lose the rcSelected class on mouseover/out?
**My rcSelected background color is !important, I know that the class is being removed via the IE dev toolbar.
I appreciate any help.
I'm using special days to highlight days that have events on that day, these items have a grey color. Every other day is white, selected days are green. My selected days are classed "Populated"
So if i click on a date, that is NOT a special day with the 'populated' class, the selected date bg color goes green. This is expected. If i mouse around the selected date color stays which is what I want.
Now if i selected a 'Special Day' the color goes green, however when I hover over it and go off it, the color goes back to special day color. Inspecting the element I see that the rcSelected class is removed and the Populated class is there.
How come the normal days retain the rcSelected class on mouseover / out and the Special days lose the rcSelected class on mouseover/out?
**My rcSelected background color is !important, I know that the class is being removed via the IE dev toolbar.
I appreciate any help.