Note: This demo shows a lot of events (365 * 26 = 9,490). All events are loaded and rendered during the initial page load. Scrolling is fast but the initial page load may get extremely slow.
- When compared to dynamic event rendering (DynamicEventRendering = Progressive) this mode means slower initial page load but faster scrolling.
- When compared to dynamic loading (DynamicLoading = true) this mode means much slower initial page load but much faster scrolling (events and cells don't need to be loaded from the server and rendered).