Hello,
i have a problem with the WPF RadTimeLine-Control from Q1 2015. If
<
UserControl
x:Class
=
"......Workflow.WorkflowTimeLine"
mc:Ignorable
=
"d"
d:DesignHeight
=
"300"
d:DesignWidth
=
"300"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
>
<
Grid
>
<
telerik:RadTimeline
VerticalAlignment
=
"Stretch"
HorizontalAlignment
=
"Stretch"
PeriodStart
=
"{Binding StartDate, Mode=TwoWay}"
PeriodEnd
=
"{Binding EndDate, Mode=TwoWay}"
StartPath
=
"Date"
DurationPath
=
"Duration"
ToolTipPath
=
"Annotation"
SelectionMode
=
"Single"
ScrollMode
=
"None"
GroupExpandMode
=
"None"
GroupPath
=
"WorkflowName"
ItemsSource
=
"{Binding Data}"
>
<
telerik:RadTimeline.Intervals
>
<
telerik:MonthInterval
/>
<
telerik:WeekInterval
/>
<
telerik:DayInterval
/>
<
telerik:HourInterval
/>
<
telerik:MinuteInterval
/>
</
telerik:RadTimeline.Intervals
>
</
telerik:RadTimeline
>
</
Grid
>
</
UserControl
>
The problem appears after updating to the newest assemblies. The error message is: XamlParseException. TargetType 'RadSlider' does not match the type of elements 'TimelineScrollBar'.
I have no idea what's wrong with our code.