Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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, we are currently evaluating integrating syncfusion in form of the scheduler in our software.
One problem we have with it, and where we did not found a solution yet, is the scrolling behavior when editing an event from code triggered by another component.

When calling the "saveEvent" method of the scheduler for an appointment, that is currently not visible, the scheduler is scrolling to this event.

This is leading to a unusable situation for us, because we have other components with which our users can adjust the time range of appointments.

I prepared a simple stickblitz example: Example

When you press the "Add"-Button, the appointment gets inserted, there is no scrolling. Perfect!

When you then press the "Edit"-Button, the appointment gets updated and the scheduler is scrolled to this appointment. Not good! 

Is there any way to prevent this scrolling?