Hello, excuse me, I'd like to know why sometimes not all records load in my grid? Only load the first 20 records. I use php 7, mysql 5.7 and phpgrid 2.6.3 evaluacion version.
The code for refresh is: old_url = jQuery('#lstGrid').getGridParam('url'); old_url = old_url + '&a='+ a; jQuery('#lstGrid').jqGrid('setGridParam',{url: old_url, editurl:old_url,cellurl:old_url, jqgrid_page:1}); jQuery('#lstGrid').trigger('reloadGrid'); And the config of grid is: $grid["numrow"] = 99999; $grid["scroll"] = true; $grid["pgtext"] = null; $grid["pgbuttons"] = null; $grid["viewrecords"] = false; $grid["rowList"] = array() ; Thank you very much for the response.
Javier
1 Answers
Your Answer

