Hello everyone,
I am using jqGrid 3.8 and when I add new records in a table which is related to other tables like:
TABLE A : ID, Field1, Field_Ref_ID_TABLE_B, Description
TABLE B: ID, Description
The issue I get is once I insert a new record and the grid reloads: I see new record but partially because it doesn't show data from other tables like it doesn't really empty the grid and re-call the php of the url related to loading data. I tried also to put inside addfunc the event afterComplete: function(…) { .trigger('reloadGrid');} but without success….
Here it's the code…. any directions would be really appreciated…might be a little version bug because at least reloading, even partially, works…
jQuery(document).ready(function(){
//result = false;
var ids=0;
jQuery(“#datatableoffers”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top