Hi Progress Team,
I added a RadCalendar component to my project but when changing the base week of this 2x2 grid calendar the weeknumbers stay the same all the time. Have I missed something here? How do they update? I used the following code for the XAML definition:
<telerik:RadCalendar Grid.Column="0" Margin="36,10,10,10" AreWeekNamesVisible="True" AreWeekNumbersVisible="True" CalendarWeekRule="FirstFourDayWeek" Columns="2" Culture="de-DE" DateSelectionMode="Day" FirstDayOfWeek="Monday" Foreground="White" Rows="2" SelectionMode="Extended" ViewsHeaderVisibility="Visible"></telerik:RadCalendar>