How-Tos & FAQs

Setup Q) How to debug no records (blank grid)? Few considerations before use 1) include the jqgrid_dist.php file before any thing rendered to output. 2) Check the ajax response of grid, Also make sure you call ‘$g->render();’ function before any HTML is rendered (echo’d) to output, as it expect exact JSON format for ajax calls. … Continue reading How-Tos & FAQs