Hi Bob,
Greetings from Syncfusion Support.
It is not feasible to change the orientation for the resources header in timeline week view. So, we suggest you to use our vertical week view with timescale disabled. We have prepared a sample for the same which can be referred from the following link.
<EjsSchedule TValue="AppointmentData" Height="550px" SelectedDate="@(new DateTime(2019, 1, 31))">
<ScheduleTimeScale Enable="false"></ScheduleTimeScale>
<ScheduleViews>
<ScheduleView Option="View.Week" Interval="3"></ScheduleView>
</ScheduleViews>
<ScheduleGroup Resources="@Resources"></ScheduleGroup>
<ScheduleResources>
<ScheduleResource DataSource="@OwnersData" Field="OwnerId" Title="Owner" Name="Owners" TextField="OwnerText" IdField="Id" ColorField="OwnerColor" AllowMultiple="true"></ScheduleResource>
</ScheduleResources>
<ScheduleEventSettings DataSource="@DataSource"></ScheduleEventSettings>
</EjsSchedule> |
Please refer the following output which has resource on the header.
Kindly try the above sample and confirm whether it meets your requirement.
Regards,
Nevitha