Hello i want the same thing,
in my case i used infinit scroll for angular.
<ejs-grid #entitiesDataGrid
id="entitiesDataGrid"
[dataSource]="entities"
[height] = 450
[pageSettings]="pageSettings"
[enableInfiniteScrolling]="true"
[infiniteScrollSettings] = "infiniteOptions">
i'm using remote data i call api to get element ( and i want also to know how to call paginated API when scrolling and changes datasource )
package version : 18.3