Topic: DB pager issue
Dear FA team,
First of all thanks for the great job to make FA a wonderful and handy ERP system.
I have a small doubt in using DB pager while making some Ajax calls. after the search completed and the results are displayed, I made some Ajax calls to get some extra data.
The problem is every time Ajax is called , the DB pager get called also and refresh the data.
In other words, DB pager connect to DB to run select SQL every time there is an Ajax call.
Is there a way to stop this. I mean if the SQL has not been changed and Ajax cal is made, then no need to connect to DB .
Treat this as a performance issue specially when the SQL to DB pager is complex and searches in huge table.
Thanks and Regards,
Adnan