This question is locked. New answers and comments are not allowed.
I am trying to hide the week numbers on the RadCalendar as follows:
However, when the calendar is rendered, the week numbers are still visible.
Thanks in advance for your help.
| RadCalendar RCStartDate = new RadCalendar(); |
| RCStartDate.AreWeekNumbersVisible = false; |
However, when the calendar is rendered, the week numbers are still visible.
Thanks in advance for your help.