Query 1:
is it possible to get the appointments ordered similar to this image taken from outlook:
|
In SfSchedule control we have maintained separate calendar view for each resource and sub resources and currently we do not have support to merge two resources in single view(View in Overlay Mode) as like in outlook. |
Query 2:
1. Appointments are ordered by resource.
2. Appointments for a day are displayed in the same column, not in separate ones, without changing the width of the column.
I can get 1 by setting DayHeaderOrder to OrderByDate, but each resource gets its own column which means that the day column gets bigger with each resource.
I can get 2 by ordering the appointments before giving them to the control, but the order breaks if the appointments are of different length - longer appointments are always displayed first.
|
In SfSchedule control, we have displayed the longer appointments as first view always and it’s the default behavior of the Schedule control. As we have stated in above(query 1), SfSchedule does not have support to change view to Overlay Mode. So we cannot achieve your requirement without Overlay mode.
|