Relative Content

Tag Archive for angularsyncfusion

Angular Syncfusion Infinite Scroll Issue

I am using Syncfusion Grid (Angular) to display data(Infinite Scroll). I am getting the data from an API response through observable. At first, 50 data will be loaded, and then when the user scrolls, APIs will be called repeatedly to populate the grid with new data. If the user scrolls from bottom to top, no API will be called as those data are already received. Here is my code: