In this example we demonstrate the two main server-side events:
DefaultViewChanged - it fires when the default rendered view of the
calendar is changed (navigate to another view).
SelectionChanged - it fires if a date is selected and the
AutoPostback property is set to true.
There is also one additional server-side event:
HeaderCellRender - it fires after the generation of every calendar header cell
object and just before it gets rendered to the client if some of the properties ShowRowHeaders, ShowColumnHeaders
or EnableViewSelector is set to true.
DayRender - it fires after all the cells of the calendar�are generated and just
before it�is rendered to the client. You can review the DayRender event example.