New to Telerik UI for ASP.NET MVCStart a free 30-day trial

Show Other Month Days

The Telerik UI for ASP.NET MVC Calendar allows you to explicitly render days from the previous and next months in the current view.

The ShowOtherDays() configuration is not compatible with the range selection. It is advised that this property is set to false when the Selectable() configuration is set to range.

Razor
        @(Html.Kendo().Calendar()
            .Name("calendar")
            .ShowOtherMonthDays(false)
        )

See Also

In this article
See Also
Not finding the help you need?
Contact Support