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 therange
selection. It is advised that this property is set to false when theSelectable()
configuration is set to range.
@(Html.Kendo().Calendar()
.Name("calendar")
.ShowOtherMonthDays(false)
)