New to Kendo UI for Angular? Start a free 30-day trial

Templates

The Calendar enables you to customize the content of each cell by using cell templates.

To define a cell template, nest an <ng-template> tag with one of the available cell template directives inside the <kendo-calendar> selector. The template context is set to the current Calendar component. To get a reference to the current date, use the let-date directive.

The available cell template directives are:

Example
View Source
Change Theme:

In this article

Not finding the help you need?