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

Applying week numbers according to the ISO Standard

The ASP NET AJAX Calendar does not apply week numbers according to the ISO standard by default. This is because the ASP.NET Framework itself does not. However, this can be configured easily at runtime:

ASPNET
<form id="form2" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
    <div>
        <telerik:RadCalendar RenderMode="Lightweight" ID="RadCalendar1" runat="server" FirstDayOfWeek="Monday" />
    </div>
</form>
Not finding the help you need?
Contact Support