I have a database with 7.000.000 milions of records. I have problems when load rows.
If use select_command, i don't have problems but, only load 42 pages. Any solution for increase limit in mysql query?
Thanks!
1 Answers
There is no limitation at php / js side. Most likely, it is due to mysql server config that may be taking long time.
If you can email me at [email protected], I can review your grid code in any case.
Your Answer