refresh specefic event not all of them

When I drag/drop my event  all of my schedular events will refresh (there will be kind of glich) I just want the one that is changed refresh(like happens in your site demo).currently I use << ScheduleEventSettings DataSource="@AppointmentList" >> to bind my data also I used all of the suggested binding in your demos but same result


Attachment: sceduler_refreshezgif.comvideotogifconverter_34f80636.gif

1 Reply

VR Vijayakumar Rajasekar Syncfusion Team January 7, 2026 12:36 PM UTC

Hi Mohammad Fadaeian

Greetings from Syncfusion Support,
We have reviewed and validated your query.

Your investigation was correct. When the event is dropped, the scheduler will refresh, and this is the intended behaviour.

After drop:
  1. Scheduler updates the event’s start/end/resource values
  2. Validates the event against rules (work hours, overlaps, constraints)
  3. Recalculates appointment collections for the current view
  4. Re-renders the appointment layer
This process triggers a refresh to ensure consistency across the UI. This is why you see a short redraw/glitch.
Regards,
Vijayakumar R

Loader.
Up arrow icon