Unfortunately, displaying the week numbers in the TimeRuler is not possible, since they won't get update when the date range is changed. However, you can display them in the group headers of each view. Please find attache a sample project which illustrates this. The project is for Silverlight, however, the logic is the same. It contains also the full xaml of the ScheduleView, which will be of no use to you. Please verify that the templates used in MainPage.xaml are correct for WPF. For more information about customizing the Group Headers you can refer to this online demo.
Hope this helps. Please let us know if you have further questions.
All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
I did some research on this issue and I kept finding this post over and over. Since I found a solution to display week in TimeRuler, I though it was a good idea to post it here.
You can display weeks on TimeRuler using the ITickProvider on MajorTickLength or MinorTickLength property of the ViewDefinition.
Here is a sample of the code I use for ITickProvider: