Datagrid2 is taking time to show data compared to Datagrid1

0
Hi, In our application we have changed from datagrid1 to datagrid2. After changing the datagrid2 is taking more time to show the data. Also few datagrid2 have 1000 rows per page. Those are taking like 5-6 sec to show the data also it is taking 3-4 sec to show filter data when we do some filtering. But datagrid1 is taking less than half of the time compared to datagrid2. Is there any way to decrease the loading time of datagrid2. Thanks in advance. 
asked
1 answers
0

Set the loglevel of the databaseQueries to Debug. This will make them show the queries that your Datagrids post.

image.png

Dig around to see if you can spot a difference that you can tweak.

answered