section_delemiter with special character

Hi,

We’re having an issue with multi section events.

We were very excited to see that we can use custom delimiters for defining multsection events. And they work well to display the events, but not when dragging to change the resource. Instead of one of the resources being moved to the new resource, all resources get removed and replaced with the new resource.

We tested this with your 01-multisection-events demo file by changing delimiter from “,” to char(11) and adding the following line of code:

scheduler.config.section_delemiter = String.fromCharCode(11);

The events show up great, but don’t drag well to new sections. Please advise.

Thanks

Ken