dhtmlxGrid checkbox help

Hello,



I have an app where the grid can contain thousands of records. The grid uses paging.



Users can check off boxes on the visible page only, and perform actions like Deleting etc.



One account has 5000 records, which is a lot but not too bad.



If I try to delete a row on this account, it takes forever to go through these records and see which ones are checked and which are not, because it’s going through all 5000. Is there a way to iterate through the items that are currently visible on the grid and skip the others?



Thanks,

Rachel

You can get indexes of visible rows with getStateOfView() method. Please find more information here dhtmlx.com/dhxdocs/doku.php?id=d … tateofview