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

Hello Sycfusion team,

I've updated my Scheduler component to 25.1.39 version and got the following unexpected behavior: the whole component gets re-rendered when refreshEvents() method is called. The function description says: "Refreshes the event dataSource. This method may be useful when the events alone in the schedule needs to be re-rendered". And in previous versions it worked like that. But now this function re-renders the whole component which is unexpected. I will describe why it is bad. For example someone opens 'Create event' dialog which is described by the editorTemplate function. The user entered some data in 'Create event' dialog. But before saving the event some function calls refreshEvents which re-renders the entire component and the data entered in 'Create event' dialog is lost. I checked later releases and haven't found any related bugfixes.

Thanks,

Ivan