Is it possible to disable grid render but still uses events.

I have a very large grid 300,000+ rows that hold gps locations for a route driven

I need to process the table but do not need to render.

Is it possible to use the grid methods to use the events but not render as I need to check if any of the rows are within a square using the osopenspace api

Many thanks

Unfortunately it’s not available to get the value of a cell without rendering the row holding this cell.