This is a migrated thread and some comments may be shown as answers.

Really basic example

1 Answer 62 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
plusHR
Top achievements
Rank 1
plusHR asked on 16 Feb 2012, 05:54 PM
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>

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 21 Feb 2012, 10:44 AM
Hello Paul,

We tested your timebar configuration with the latest binaries and it seams to be working properly. Please take a look at the attacked application and give it a try in your environment.

All the best,
Yavor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
TimeBar
Asked by
plusHR
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or