New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Week Number Column

The DateTimePicker provides options for rendering a column which displays the number of the weeks within the current Month view.

To render the week number column, set the WeekNumber property to true.

Razor
    @(Html.Kendo().DateTimePicker()
              .Name("datetimepicker")
              .WeekNumber(true)
              .Value(DateTime.Now)
              .HtmlAttributes(new { style = "width: 100%" })
    )

See Also

In this article
See Also
Not finding the help you need?
Contact Support