<kendo:datePicker-month>

Templates for the cells rendered in the calendar "month" view.

Example

<kendo:datePicker>
    <kendo:datePicker-month></kendo:datePicker-month>
</kendo:datePicker>

Configuration Attributes

content java.lang.String

The template to be used for rendering the cells in "month" view, which are between the min/max range.

Example

<kendo:datePicker-month content="content">
</kendo:datePicker-month>

empty java.lang.String

The template used for rendering cells in the "month" view, which are outside the min/max range.

Example

<kendo:datePicker-month empty="empty">
</kendo:datePicker-month>

weekNumber java.lang.String

The template to be used for rendering the cells in "week" column. By default, the widget renders the calculated week of the year. The properties available in the data object are: currentDate - returns the first date of the current week. or weekNumber - calculated week number.. These properties can be used in the template to make additional calculations.

Example

<kendo:datePicker-month weekNumber="weekNumber">
</kendo:datePicker-month>
In this article
Not finding the help you need?