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

In day view how to group by resources so they will available like image I have added

I want to group by resources for the day view but resources should be left side instead of the top, like the image I have attached, it's working for me for the week view but for the day view resource always go on the top.



1 Reply

RV Ravikumar Venkatesan Syncfusion Team October 6, 2022 11:52 AM UTC

Hi Ansar,

  

Greetings from Syncfusion support.


We have validated your query “In day view how to group by resources so they will available like image I have added” at our end. Based on your shared details we suspect that you are using a Day, and TimelineWeek view together. If you want the resources aligned horizontally as shown in your image for the Day view we suggest you use the TimelineDay view instead of the Day view as highlighted in the below code snippet.


Sample: https://stackblitz.com/edit/ej2-angular-schedule-resources-with-timeline-day?file=app.component.html


[app.component.html]

<ejs-schedule cssClass='schedule-group-editing' width='100%' height='650px' [group]="group"

  [selectedDate]="selectedDate" [eventSettings]="eventSettings" [currentView]="currentView">

  <e-views>

    <e-view option="TimelineDay"></e-view>

    <e-view option="Day"></e-view>

    <e-view option="TimelineWeek"></e-view>

  </e-views>

</ejs-schedule>


Kindly try the shared solution and let us know if you need any further assistance on this.


UG: https://ej2.syncfusion.com/angular/documentation/schedule/resources/#timeline-resource-view


Regards,

Ravikumar Venkatesan


Loader.
Live Chat Icon For mobile
Up arrow icon