We want to restore scroll position/set default position for the Scheduler Pro. When should we do this? What event is the best to use for this purpose. Our data is "static", we just pass this to the Scheduler (don't use Scheduler's loading etc.). I tried dataReady
in the project, but that comes a bit too late and there is a visible delay until the scroll jumps to the correct position.
Also, is there a way that the scroll position be passed as a config (are there config alternatives for restoreScroll
, scrollEventIntoView
, scrollToDate
)?