RadCalendar for ASP.NET AJAX

RadControls for ASP.NET AJAX

There are two possible approaches for adding controls to a RadCalendar cell:

  • You can add controls to a Day template and assign the template to one or more special days in the calendar. This approach is useful when you want to add controls on a "per day" basis. For details on how to create and use day templates, see Day Templates.

  • You can use the DayRender event to add the controls to every cell of the calendar just before it is rendered on the client: