New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
Week Number Column
Updated over 6 months ago
In the MultiViewCalendar, you can render a column which displays the number of the weeks within the current month view.
Razor
@(Html.Kendo().MultiViewCalendar()
.Name("MultiViewCalendar")
.WeekNumber(true)
)