Scheduler Timeline view scroll virtualization

Hello, we have the licensed scheduler component in our project and we have performance problems because our project have large data visualization components, we have implemented virtualization in some components and scrolling but in scheduler we don’t find and option for scroll virtualization, because we use the timeline view and we have a wide range of dates to draw.
There is a solution for this? There is a way that I can implemented? or will be released in the future?

Thanks

Hello Cesar,

The Scheduler includes smart_rendering ( createTimelineView Scheduler Docs ), which renders only the visible rows, columns, and events, while the rest load as you scroll through the timeline. This feature is enabled by default, so please check that it hasn’t been turned off on your side.

Performance issues can arise due to various factors, such as handling a large amount of data, which can cause performance degradation. However, there may also be other reasons, such as multiple or excessive API calls. It’s difficult to provide an exact solution without further insight into your configuration.

Could you please provide a demo where the issue can be reproduced? This would help us investigate further.