search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Event Multi-Resize

Asked by dk
7 years ago.

I need to select multiple events and resize them. I found this Event Multi-Resize https://doc.daypilot.org/scheduler/event-multi-resizing/

but it doesn't work for me. I've added this JS code to my index.cshtml's script section:

// Event Multi-Resize
dp.eventClickHandling = "Select";
dp.allowMultiResize = true;
dp.onEventResized = function (args) {
dp.message("Events " + args.multiresize.map(function (item) { return item.event.id(); }).join(', ') + " moved.");
};

Is there something else I need to do to make this work?

Don

Answer posted by Dan Letecky [DayPilot]
7 years ago.

Event multi-resizing isn't fully supported in the latest MVC version (8.2).

The code above is for the JavaScript version and it may not work properly with the MVC version. However, the support for multi-resizing is in the works and it will be included in the next release.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.