Hi,
I am using ejs-grid with infinite scrolling inside ejs-tab, in console whenever I scroll and reach end of the grid I am fetching data from api and also data is getting updated. But grid scroller is hitting top of the grid again.
I have tried this.grid.refresh(), but it is not working.