We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

View Orientation

Hi,

I have a view of TimelineWeek and Interval 4. Can my resources be displayed on the header and not on the left side?

regards,
Bob



1 Reply

NR Nevitha Ravi Syncfusion Team November 29, 2019 05:57 AM UTC

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 


Loader.
Live Chat Icon For mobile
Up arrow icon