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

Display resources horizontaly (on rows headers)

Hello,

How can we display appointments resources in row headers (one resource per row) within week view ? (as used in hotel booking systems)

Thank you in advance.

3 Replies

SP Subburaj Pandian Veluchamy Syncfusion Team February 27, 2019 07:07 AM UTC

Hi Fayçal, 
 
Thank you for contacting Syncfusion support. 
 
Based on the provided information, your requirement of “Displaying appointments resource in row headers” can be achieved by setting OrderByDate in the DayHeaderOrder property of Schedule. Please refer the following code example for the same, 
 
[C#] 
schedule.DayHeaderOrder = DayHeaderOrder.OrderByDate; 
 
 
Please refer our User guide documentation regarding the same by the following link. 
 
 
We hope this helps. Please let us know, if you have any query on this. 
 
Regards,
Subburaj Pandian V  



FH Fayçal HANNOUN February 27, 2019 07:29 AM UTC

Hello,

Thank you for your answer.
I want that kind of display (resources on the left and timeline on the schedule header) but with the week and month view, not the day view (i want to show rooms reservations for the week and for the month). Is it possible to do so ?

Thank you.


SP Subburaj Pandian Veluchamy Syncfusion Team February 28, 2019 11:12 AM UTC

Hi Fayçal, 
  
Thank you for your update. 
 
Your requirement of “Showing Resource in left side and Timeline in the Schedule Header” can be achieved only in the TimeLineView of Schedule and not with the Week and MonthView. In our SfSchedule control has implemented based on the Outlook calendar and the mentioned requirement not possible with WeekView and MonthView. Please refer the following KB for further reference, 
 
 
We hope this helps. Please let us know, if you need any further assistance. 
 
Regards,
Subburaj Pandian V
 


Loader.
Live Chat Icon For mobile
Up arrow icon