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!

0
Votes

In the below sample, resources are rendered with a checkbox by using the template. When we are scrolling to some resource at the bottom and check the resource it proceeds with re-render and the scroll position goes to the top of the scheduler. I have tried it with timeline day, and it seems to be working as I expected.


Sample: 

https://stackblitz.com/edit/scheduler-using-functional-componets-and-hooks-mbop8j?file=components/child.js


Replicating steps:

  1. Run the above sample 
  2. Scroll down a little bit (in Timeline month view or year view)
  3. Now check any one of the resources check box
  4. See the scroller will be moved to the top and the scheduler will be re-rendered.