We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon