When virtual scrolling is enabled, the events in the scheduler are hidden when scrolling.
To reproduce this, just scroll on your demo page in any browser:
https://ej2.syncfusion.com/demos/schedule/virtual-scrolling/index.html
This gives a "laggy" user experience.
Is it possible to prevent the events from hiding when scrolling?
This will greatly improve the perceived performance of the scheduler.
Also it would be nice if the spinner/loader is shown only when loading takes longer than, lets say, 200/300ms.
I have noticed the issue is the same on all platforms (JS/Angular/React)