Hello,
I am using a schedule component with timeline (single) resource view. Something like the below example but with a single resource (not grouping).
https://ej2.syncfusion.com/angular/documentation/schedule/resources#timeline-resource-view
My question is whether i can multi-select events by dragging-and-dropping the mouse (similar to excel) over them or by creating a select area (similar to design software). I can see already that dy drag-and-drop I can multi select cells horizontally on a single row however this does not select the overlying events.. Also i see that i am not allowed to multi-select cells by drag-and-drop across multiple rows i.e. multiple resources..
My requirement is that when I have many events on say a single week the user can somehow perform bulk operations (e.g. delete) on many of them easily i.e. without holding Ctrl + single clicking on each of them.
Thanks in advance