If I set debug_sql=1 before rendering of grid I get query-text – but no contents in the grid.
If I set debug_sql=1 after rendering of grid the content is there but I don’t get any query-text when performing update queries.
Am I doing something wrong?
2 Answers
Sorry for the title of this conversation, not very clear to me how it got there…
Hi,
I am unable to regenerate this issue.
This is working as expected: “If I set debug_sql=1 after rendering of grid the content is there but I don’t get any query-text when performing update queries.”
$g->debug_sql=1;
where $g is jqgrid object.
You can share you code for review if issue persist.
Your Answer