Resize only one side of event

Asked by Anonymous
5 years ago.

Is there a way to disable resize feature on the left side of event?, and allow only right side.

Comment posted by Dan Letecky [DayPilot]
5 years ago.

Sorry, instead of using eventResizeHandling="Disabled" you need to disable resizing in onBeforeEventRender:

args.data.resizeDisabled = true;

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