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

resource height and row height

1 Answer 40 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Susan
Top achievements
Rank 1
Susan asked on 02 May 2015, 10:02 PM

I have read, searched and tried different things but cannot get this to work. I have a lot of resources and when you scroll down, the alignment gets more and more off with the appointment rows. So much that you cannot tell where the appointment goes (see attached image). I have my doctype at <!DOCTYPE xhtml strict>. I have removed all styles and css at this point, as nothing was working. I'm trying to start fresh. My RadScheduler is :

 

<telerik:RadScheduler runat="server" ID="RadScheduler1" GroupBy="FacilityName" GroupingDirection="Vertical"
AppointmentStyleMode="Default" DataKeyField="FacilityReservationKey"
FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday" DataSubjectField="FacilitySubject"
DataStartField="StartTimeOfEvent" DataEndField="EndTimeOfEvent" ShowAllDayRow="false"
SelectedView="TimelineView" Skin="Simple" Height="500px" RowHeight="50px"
OnClientFormCreated="schedulerFormCreated"
CustomAttributeNames="Contact" OnFormCreated="RadScheduler1_FormCreated"
StartEditingInAdvancedForm="true" StartInsertingInAdvancedForm="true">

<TimelineView ColumnHeaderDateFormat="h:mm tt" NumberOfSlots="32" SlotDuration="00:30:00" TimeLabelSpan="2" StartTime="07:00:00" ShowInsertArea="false" />
<Reminders Enabled="false" />

<MonthView UserSelectable="false" />
<DayView UserSelectable="false" />
<WeekView UserSelectable="false" />
<TimelineView UserSelectable="false" />

 Thanks so much.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 04 May 2015, 08:34 AM
Hello,

This is a bug in the TimelineView, which will be fixed in the next official release - Q2 2015. The beta version will be available on June 3rd. 

Unfortunately there isn't a workaround that can be used as substitution at the moment.

Regards,
Bozhidar
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Scheduler
Asked by
Susan
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or