Caching on grid

Hi,

I am creating an application using dhtmlxgrid, the application needs to cache only the data that is currently displayed and dispose the other data that were not visible to the grid. Is this something dhtmlxgrid can do? If yes, please share your thoughts on how this will be implemented.

Thanks.

You can try to use dhtmlxDataStore library. Please find more information here docs.dhtmlx.com/doku.php?id=dhtmlxdatastore:toc

Hi Olga,

Thank you for your reply. I read through the link you’ve provided and it seems not to solve my issue.

I need something to free up disk space occupied by the rows that are currently not shown on the grid so as to reduce memory usage of browser cache. Any other way to do this?

Any other inputs? _

Unfortunately such scenario cannot be implemented at dhtmlxGrid