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!

4
Votes

We need to prevent backend API calls while changing the scheduler properties dynamically and update the layout using the previous data instead of fetching new data from the backend.


Use case: Now, when changing the scheduler properties dynamically with remote data, the API request calls fetch new details from the backend. We need to prevent these backend calls and update the scheduler layout only with the existing data.