Issue with the "resize appointment" feature

When the interval is set to 15 mint (Event  OnResizeStart) and the slot interval is set to 1 I'm not able to resize the appointment to 23:59 to 00:00 on the next day but if I set the slot interval to 4 then the feature work fine.


I'm using the Scheduler demo code.  Working with Time Line View Day

Just I added the fallowing lines


<ScheduleEvents TValue="AppointmentData" OnResizeStart="OnResizeStart"></ScheduleEvents>

public void OnResizeStart(ResizeEventArgs<AppointmentData> args)

    {

        args.Interval = 15;

    }


Screenshot 2023-06-28 192430.png


2 Replies

RV Ravikumar Venkatesan Syncfusion Team June 29, 2023 04:48 PM UTC

Hi Javier,


We confirmed your reported problem “Issue with the "resize appointment" feature” as a bug and logged the defect report. The fix for this defect will be included in our upcoming weekly patch release, which is expected to be rolled out by the second week of July 2023. You can track the status of the fix at the following link:


Feedback: https://www.syncfusion.com/feedback/44886/appointment-resizing-not-working-property-in-the-last-cell-of-view-when-we-set


Regards,

Ravikumar Venkatesan



SK Satheesh Kumar Balasubramanian Syncfusion Team July 27, 2023 07:43 AM UTC

Javier, The fix for the issue “Appointment resizing is not working properly in the last cell of view when we set the resize interval” has been included in our weekly release 22.1.39. Upgrade to the latest version to resolve the issue.


Release notes: 

https://blazor.syncfusion.com/documentation/release-notes/22.1.39?type=all#schedule


Loader.
Up arrow icon