New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Show Other Month Days
Updated on Oct 27, 2025
The Telerik UI for ASP.NET Core MultiViewCalendar 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().MultiViewCalendar()
.Name("multiViewCalendar")
.WeekNumber(false)
.ShowOtherMonthDays(false)
)