Hi All,
I have a grid(using record data) that its making my interface take about 10-15 seconds to load- it has 32 columns and the data is very big.
Any suggestions to improve performance ?
thanks in advance
Discussion posts and replies are publicly visible
Are you using any query rule or loop inside the grid? For fetching a sperate row values by passing the grid record data. It will be great if you share the code.