We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

infinite scroll

I'd like to use an infinite scroll on my data grid, but I can't find anything about that option in the documentation.
Please give me some answer.

2 Replies

TS Thavasianand Sankaranarayanan Syncfusion Team October 2, 2019 10:04 AM UTC

Hi Dong, 

Greetings from Syncfusion support. 

We have logged your requirement as “Need to provide continuous mode scroll for virtual scrolling in Grid” feature in our end. We have added this feature request to our database. You can now track the current status of this feature request here page https://www.syncfusion.com/feedback/8977/need-to-provide-continuous-mode-for-virtual-scroll. We will include this feature in our Essential Studio Volume 1 Main release, which will be rolled out in the January month of 2020.  
    
You can also communicate with us regarding the open features any time using our Feature Report page   

Regards, 
Thavasianand S. 



BS Balaji Sekar Syncfusion Team April 13, 2020 03:49 AM UTC

Hi Dong,  
  
Thanks for your patience.  
  
Query: Need to provide continuous mode scroll for virtual scrolling in EJ2 Grid.  
  
We are glad to announce that our Essential Studio 2020 Volume 1 Release is rolled out our Syncfusion package version 18.1.42 in that we have added our infinite scrolling feature and you can enable it at your end to avail the feature with corresponding package version.   
  
By default Infinite scrolling is used to load a huge amount of data without degrading the Grid performance. This feature works like the lazy loading concept, which means the buffer data is loaded only when the scrollbar reaches the end of the scroller. To enable Infinite scrolling, set enableInfiniteScrolling property as true. You can define the initial loading pages count by using infiniteScrollSettings.initialBlocks property. By default, this feature loads three pages in initial rendering.  
  
We have refer below demo sample and documentation for your reference.   
  
Limitations of the Infinite scroll:  
  1. Due to the element height limitation in browsers, the maximum number of records loaded by the grid is limited due to the browser capability.
  2. Initial loading rows total height must be greater than the viewport height.
  3. Cell selection will not be persisted in cache mode.
  4. Infinite scrolling is not compatible with detail template and hierarchy features.
  5. Group expand and collapse state will not be persisted in cache mode.
  6. The aggregated information and total group items are displayed based on the current view items. To get these information regardless of the view items.
  7. Programmatic selection using the selectRows and selectRow method is not supported in infinite scrolling.
  

  
Please get back to us if you need further assistance.  
  
Regards,  
Balaji Sekar  


Loader.
Live Chat Icon For mobile
Up arrow icon