Hi,
We are having problems with horizontal lines not being aligned in the Scheduler (see attached image not_aligned.png - note that the red areas in the image are appointments that have visible=false and a red background). The mark-up for our Scheduler is:
It seems that the misaligned lines causes appointments to be misaligned as well: See attached image appointments.png. The three purple appointments should fill out the entire white areas (the appointment data indicates this when we debug) but they do clearly not.
Any ideas?
We are having problems with horizontal lines not being aligned in the Scheduler (see attached image not_aligned.png - note that the red areas in the image are appointments that have visible=false and a red background). The mark-up for our Scheduler is:
<
telerik:RadScheduler
runat
=
"server"
ID
=
"CalendarScheduler"
DayStartTime
=
"06:00:00"
Culture
=
"da-DK"
AllowEdit
=
"False"
AllowDelete
=
"False"
GroupBy
=
"User"
DayEndTime
=
"20:00:00"
TimeZoneOffset
=
"02:00:00"
DataKeyField
=
"ID"
Format
=
"HH:mm"
DataSubjectField
=
"Subject"
DataStartField
=
"Start"
DataEndField
=
"End"
InsertingInAdvancedForm
=
"True"
OverflowBehavior
=
"Expand"
ColumnWidth
=
"50px"
SelectedView
=
"WeekView"
ShowAllDayRow
=
"False"
ShowViewTabs
=
"False"
Height
=
"414px"
OnClientAppointmentInserting
=
"OnClientAppointmentInserting"
RowHeight
=
"12px"
OnAppointmentDataBound
=
"RadScheduler1_OnAppointmentDataBound"
OnTimeSlotCreated
=
"RadScheduler1_TimeSlotCreated"
OnFormCreating
=
"RadScheduler1_OnFormCreating"
NumberOfHoveredRows
=
"3"
FirstDayOfWeek
=
"Monday"
LastDayOfWeek
=
"Sunday"
OnResourceHeaderCreated
=
"RadScheduler1_ResourceHeaderCreated"
>
It seems that the misaligned lines causes appointments to be misaligned as well: See attached image appointments.png. The three purple appointments should fill out the entire white areas (the appointment data indicates this when we debug) but they do clearly not.
Any ideas?