We are using an ag-grid. We would like to have the same functionality as the kendo-grid autoBind: false. So the grid doesn't do anything till a button is clicked and the grid is triggered with server-side infinite-scroll paging.
How can we do this with ag-grid in Angular?
We did it like this:
First we assign an EmptyDataSource
When the search button is clicked we assign the real datasouce like so (which in this case is the component itself):