Drag and Drop Works but resize dont

        <ejs-schedule #scheduleObj locale="es" class="e-schedule" [eventSettings]="eventSettings" (actionBegin)="onEvent($event)" (eventChange)="updateEventFromUI($event)" [enablePersistence]="enablePersistence" [editorTemplate]="editorTemplate" [allowDragAndDrop]="true" [allowResize]="true" (popupOpen)='onPopupOpen($event)'>


1 Reply

VD Vinitha Devi Murugan Syncfusion Team May 3, 2023 12:21 PM UTC

Hi Adrian,


In your shared code, you are using the wrong property name. Instead of using allowResizing, you used allowResize, which is causing the issue. Please ensure that you import ResizeService and add it to the providers. Refer to the following User Guide link for more information.


https://ej2.syncfusion.com/angular/documentation/schedule/appointments#appointment-resizing


Regards,

Vinitha


Loader.
Up arrow icon