We have huge data to be fetched for interactive grid. But it takes too much time to render the page/grid. We tried using lazy loading, Pagination to page and having 5 rows. But nothing works. It just keep on loading. Is there any way we could showcase the grid based on the record we are surfing through pagination? (ie. Fetching first 10 records and further get the rest of the records).