This question is locked. New answers and comments are not allowed.
Using VS 2013 and v 2013.3.1204.1050
I get the attached error when in design mode using VS2013. The application compiles and the timebar works as required but the display in design mode is lost.
The xaml for the timebar.
I get the attached error when in design mode using VS2013. The application compiles and the timebar works as required but the display in design mode is lost.
The xaml for the timebar.
<telerik:RadTimeBar Height="100" VerticalAlignment="Top" Margin="6" IsSnapToIntervalEnabled="True" EnableSparklineVirtualization="False" PeriodStart="{Binding PeriodStart}" PeriodEnd="{Binding PeriodEnd}" SelectionStart="{Binding SelectionStart,Mode=TwoWay}" SelectionEnd="{Binding SelectionEnd, Mode=TwoWay}"> <telerik:RadTimeBar.Intervals> <telerik:YearInterval /> <telerik:MonthInterval /> <telerik:WeekInterval /> <telerik:DayInterval /> </telerik:RadTimeBar.Intervals> <telerik:RadColumnSparkline ItemFill="#FFD6D4D4" ItemsSource="{Binding ColumnDataList}" XValuePath="DatePoint" YValuePath="Value" ColumnWidthPercent=".8" /> </telerik:RadTimeBar>