Slow loading of data into data-grid

0
Hi,   I have data-grid where i’m loading data into it via association. When i’m loading more than 1000 records into it, the data-grid takes a lot of time to render. Is there any possible solution to fasten the data-loading capacity of the grid.  I have tried to enable pagination option, but that doesn’t help much. Thanks.
asked
1 answers
0

What is a lot of time? 3 seconds or more than a minute? And very likely rendering is fast but data retrieval is slow. It will help if you make sure that the data is already in the memory of the MendixBusinessServer.

answered