Calendar control

Hi,

I’m having a small question :

is it possible to mark the days with events in the calendar control (just as in the scheduler version) ?

Hi,

you can use calendarDay template to customize calendar day. By default, it returns day number.

calendarDay: function(dateObj){
return …
}