This question is locked. New answers and comments are not allowed.
Okay I believe I am being thick here, however I placed a timebar and it shows on the page however it does not show any months, weeks etc. like in the demonstrations. Could you give me some pointers?
<telerik:RadTimeBar x:Name="TimeBar" Grid.ColumnSpan="2" Margin="2" Background="Transparent" telerik:StyleManager.Theme="Windows7" IsSnapToIntervalEnabled="True" MaxSelectionRange="31.00:00:00" MinSelectionRange="1.00:00:00" MinZoomRange="31.00:00:00" PeriodStart="1-Jan-2012" PeriodEnd="1-Jan-2013" VisiblePeriodStart="1-Jan-2012" VisiblePeriodEnd="15-Mar-2012" SelectionStart="1-Jan-2012" SelectionEnd="17-March-2012"> <telerik:RadTimeBar.Intervals> <telerik:YearInterval /> <telerik:MonthInterval /> <telerik:WeekInterval /> <telerik:DayInterval /> </telerik:RadTimeBar.Intervals> </telerik:RadTimeBar>