New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Week Number Column
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)
)