Hi Sebastian,
Greetings from Syncfusion support.
You can retrieve the visible rows in the current view(with virtual scroll) from the Grid’s currentViewData property as demonstrated in the below code snippet,
|
// Button click event function
document.getElementById('generate').addEventListener('click', function () {
console.log(grid.currentViewData);
}) |
We have prepared a sample based on this for your reference. You can find it below,
Please get back to us if you require any further assistance.
Regards,
Sujith R