New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
Show Other Month Days
Updated on May 12, 2025
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 therangeselection. It is advised that this property is set tofalsewhen theSelectable()configuration is set torange.
Razor
@(Html.Kendo().Calendar()
.Name("calendar")
.ShowOtherMonthDays(false)
)