This question is locked. New answers and comments are not allowed.
Hello,
Here is a simple example and image of my problem:
My issue is that I am unable to drag the left selection handle to the leftmost point on the timebar when IsSnapToInterval is on... I can drag the rightmost handle to the rightmost point without a problem. I am also able to double click the range to select the entire range. It's just a problem on the left. I understand that it's attempting to snap to an interval, but I believe that the first datapoint should also be marked as an interval so it can be snapped to...
Thoughts?
Here is a simple example and image of my problem:
<telerik:RadTimeBar Height="130" IsSnapToIntervalEnabled="True" PeriodStart="02/19/2012 00:00:00" PeriodEnd="09/23/2012 00:00:00" SelectionStart="02/26/2012 00:00:00" SelectionEnd="06/3/2012 00:00:00" VisiblePeriodStart="02/19/2012 00:00:00" VisiblePeriodEnd="09/23/2012 00:00:00" Width="400"> <telerik:RadTimeBar.Intervals> <telerik:YearInterval /> <telerik:QuarterInterval /> <telerik:MonthInterval /> <telerik:WeekInterval /> <telerik:DayInterval /> <telerik:HourInterval /> </telerik:RadTimeBar.Intervals></telerik:RadTimeBar>My issue is that I am unable to drag the left selection handle to the leftmost point on the timebar when IsSnapToInterval is on... I can drag the rightmost handle to the rightmost point without a problem. I am also able to double click the range to select the entire range. It's just a problem on the left. I understand that it's attempting to snap to an interval, but I believe that the first datapoint should also be marked as an interval so it can be snapped to...
Thoughts?