Can I disable scrolling to 12 A.M or the top when initial data is added or the data source is changed? As I want the user to stay on the appointment or the timeslot they were on before refreshing the data in the scheduler.
As you can see in this example:
https://stackblitz.com/edit/github-fvj5qt-cgriwr?file=src%2Fapp%2Fapp.component.ts
if you click on the test button I am changing the source data of the scheduler with different appointments. But when we click the button the scheduler jumps to 12 A.M. Is there a way I can disable this behaviour.