Context: My app utilizes DGrid OnDemandGrid version 0.3.7 with a Memory Store containing all the data. However, with new requirements suggesting a backend store with over 400k rows, I created a custom dojo store based on the JSonRestStore.
Challenge: Despite ensuring that the store provides the correct total data, the Grid fails to request new data when a user scrolls to the bottom.
Analysis: Upon closer inspection, I noticed that the Grid searches for preloaded data, with empty preload divs above and below the visible data. While some issues related to this were resolved in version 0.3.17, the problem persists. I am hesitant to upgrade to 0.4.X due to significant API changes.
Query: What could be causing the scrolling action to not trigger a request for additional data? The Grid is capable of displaying the initial data request, but subsequent requests are not made.