I have a read only grid that is supposed to populate with all entries in a record with a certain flag and put that into a read only grid. The problem I run into is that despite the grid displaying only 3 entries at a time, the query keeps timing out because of how large the number of entries is. I need all entries to be available for my functionality and it is set to load as async. Is there a way to bypass the query timeout error?
Discussion posts and replies are publicly visible
jeremyp608295 said:Is there a way to bypass the query timeout error?
Only way is to optimise the data query and batch the dataset. How is the 'data' parameter of the gridField() configured? Is it referencing a record directly or some rules?