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

Texts not showing

1 Answer 55 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Jan Erik
Top achievements
Rank 2
Jan Erik asked on 10 Oct 2011, 09:35 AM
I'm trying to create a RadTimeBar, but the date texts are not showing. They show up in design time, but not when I run the control.

Here is the xaml:

<telerik:RadTimeBar
        x:Name="RadTimeBar1" Grid.Row="0" Height="150"
        PeriodStart="2000-01-01" PeriodEnd="2011-12-31"
        VisiblePeriodStart="2000-07-01" VisiblePeriodEnd="2001-07-31"
        SelectionStart="{Binding FromDate, Mode=TwoWay}" SelectionEnd="{Binding EndDate, Mode=TwoWay}"
        IsSnapToIntervalEnabled="True"
        >
        <telerik:RadTimeBar.Intervals>
          <telerik:YearInterval />
          <telerik:MonthInterval />
          <telerik:WeekInterval />
          <telerik:DayInterval />
        </telerik:RadTimeBar.Intervals>
        <telerik:RadLinearSparkline Margin="0,3" ItemsSource="{Binding DueDateGraphData}" XValuePath="DueDate" YValuePath="NoOfJobsDue" />
        <i:Interaction.Triggers>
          <i:EventTrigger EventName="SelectionChanged">
            <mvvmlightcmd:EventToCommand Command="{Binding SelectionChangedCommand}" />
          </i:EventTrigger>
        </i:Interaction.Triggers>
      </telerik:RadTimeBar>

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 12 Oct 2011, 08:31 AM
Hi Jan Erik,

We have tested the timebar with the latest available build of Silverlight 5 and it works as expected. I have attached the sample project that we used for testing. Can you update to the latest available version of Silverlight 5 and test it again in your environment?

Greetings,
Yavor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TimeBar
Asked by
Jan Erik
Top achievements
Rank 2
Answers by
Yavor
Telerik team
Share this question
or