Merging shared events visually in Scheduler control

Hello,

I'm using the Scheduler control to display groups booking slots for certain hours.
I used the resource grouping to display the different slots and shared events to display the groups.
My problems are :
  • that I can't display the shared events as a block
  • that I need a drag and drop as a block (if they are next to each other, they need to stay together)
Result I want to achieve :
Scheduler

Thanks for your help.

1 Reply

RV Ravikumar Venkatesan Syncfusion Team May 5, 2020 04:25 PM UTC

Hi Mats, 

Greetings from Syncfusion support. 

We have validated your query “I can't display the shared events as a block” and “I need a drag and drop as a block” at our end. We have checked the possibility in the source level to achieve your requirement, but regret to let you know this is not feasible with our Scheduler’s architecture. The behavior of the shared events is explained below. 

Multiple resources can share the same events, thus allowing the CRUD action made on it to reflect on all other shared instances simultaneously. To enable such an option, set allowGroupEdit option to true within the group property. With this property enabled, a single appointment object will be maintained within the appointment collection, even if it is shared by more than one resource – whereas the resource fields of such appointment object will be in the array which holds the IDs of the multiple resources. 

Note: Any actions such as create, edit, or delete held on any one of the shared event instances, will be reflected on all other related instances visible on the UI. 

Kindly refer to the below links and get back to us If you would require further assistance. 


Regards, 
Ravikumar Venkatesan 


Loader.
Up arrow icon