Hi,
I have the license for version 2011.1.405.40. And in this version, i am getting the Animation exception whenever i move the mouse over the timebar control. Apparently it is trying to access Hand property of Cursor and it is unable to animate it over the Border control. Following is my code:
<
telerik:RadTimeBar
x:Name
=
"timeBar"
Width
=
"950"
Height
=
"250"
PeriodStart
=
"01-01-2011"
PeriodEnd
=
"01/01/2012"
VisiblePeriodStart
=
"01/01/2011"
VisiblePeriodEnd
=
"06/01/2011"
SelectionStart
=
"02/01/2011"
SelectionEnd
=
"03/01/2011"
MinSelectionRange
=
"28.00:00:00"
MaxSelectionRange
=
"31.00:00:00"
IsSnapToIntervalEnabled
=
"True"
>
<
telerik:RadTimeBar.Intervals
>
<
telerik:YearInterval
/>
<
telerik:MonthInterval
/>
<
telerik:WeekInterval
/>
<
telerik:DayInterval
/>
<
telerik:MinuteInterval
IntervalSpans
=
"1,10,15,30"
/>
<
telerik:SecondInterval
IntervalSpans
=
"10,15,30"
/>
</
telerik:RadTimeBar.Intervals
>
</
telerik:RadTimeBar
>
I have attached the image of exception as well. The newer version does not have this bug, but I cannot upgrade due to compatibility issues. I hope that there is a fix for this, disabling the animation or something like that.
Waiting for your early response. Thanks!