Hello,
I can't highlight special days.
Version of calendar: 1.8.1.0
This version doesn't have property "ItemStyle". So I try to highlight it using javascript method ClientEvents-OnDayRender="DayRender", but I can't retrieve calendar object in object RadDatePicker. In examples using this functions:
var picker = $find("<%=RadDatePicker1.ClientID%>");
var calendar = picker.get_calendar();
But this return error "Object doesn’t support this property or method"
I also try to use templates. But when I navigate to next or previous month, they disappear.
- Anton