Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

This feature request proposes introducing a new method that enables users to refresh single row events in the Scheduler component.

Example:

Introduce a new method (e.g., refreshSingleRowEvent) within the Scheduler component that allows developers to refresh a single event row. This method will selectively update event changes without re-rendering the entire Scheduler.

Adding Events: When a new event is added, use refreshSingleRowEvent to dynamically inject the new row into the Scheduler without disrupting the current view setup.

Updating Events:
If an event's details change (e.g., time, description), refresh only that specific row to reflect the updates promptly.

Deleting Events:
When an event is removed, refresh the corresponding row to update the Scheduler while preserving the rest of the data.