Click a highlighted date
|
The Calendar editor allows you to conditionally change the manner with which you render calendar days. The following properties enable you to customize a day cell appearance and functionality:
In this demo, a calendar displays information about notes scheduled on October. A list of October notes is stored within an xml file. The DayCellInitialize property is used to set hyperlinks for calendar days, which correspond to one or more associated notes. A click on a hyperlink sends a callback to the server to obtain the corresponding note information. The obtained information is then displayed within a popup window. The DayCellPrepared property specifies special style settings for the days with notes.