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

Hour & interval lines not lining up

2 Answers 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Calvin
Top achievements
Rank 1
Calvin asked on 28 Apr 2011, 08:57 PM
The attached Image shows what happens when I configure my RadScheduler with the following settings:


In my markup I have:
<TimelineView TimeLabelSpan="4" SlotDuration="00:15" NumberOfSlots="48"
ColumnHeaderDateFormat="HH:mm" HeaderDateFormat="HH:mm"
GroupingDirection="Vertical" StartTime="06:00" />


And once I've initiated my data programmatically I have
RadScheduler1.WorkDayStartTime = startTime;
RadScheduler1.WorkDayEndTime = endTime;
var duration = RadScheduler1.WorkDayEndTime - RadScheduler1.WorkDayStartTime;
RadScheduler1.TimelineView.StartTime = RadScheduler1.WorkDayStartTime;
RadScheduler1.TimelineView.NumberOfSlots =
duration.Hours * 4 + duration.Minutes / 15 + 1;



Note: I've tried it with & without the '+ 1'...It doesn't matter, still doesn't line up.

2 Answers, 1 is accepted

Sort by
0
Calvin
Top achievements
Rank 1
answered on 28 Apr 2011, 09:13 PM
asdf
0
Veronica
Telerik team
answered on 05 May 2011, 08:21 AM
Hi Calvin,

This is a known issue with the TimelineView in IE9. Please take a look at this forum post for a solution.

Regards,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Calvin
Top achievements
Rank 1
Answers by
Calvin
Top achievements
Rank 1
Veronica
Telerik team
Share this question
or