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!>
Thanks for joining our community and helping improve Syncfusion products!
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.