within the function: refreshTrackList(a)
During data refresh one dataset is getting lost.
Have something todo with function return code of: jQuery("#tracklisttable").getGridParam("reccount");
This also returns an array size of 1 if no data was added to the table.
these both methods did not fix the bug:
//jQuery("#tracklisttable").jqGrid('GridUnload'); // destroy complete table working
//jQuery("#tracklisttable").trigger("clearGridData"); // unload did not work :-(
within the function: refreshTrackList(a) During data refresh one dataset is getting lost. Have something todo with function return code of: jQuery("#tracklisttable").getGridParam("reccount"); This also returns an array size of 1 if no data was added to the table.
these both methods did not fix the bug: //jQuery("#tracklisttable").jqGrid('GridUnload'); // destroy complete table working //jQuery("#tracklisttable").trigger("clearGridData"); // unload did not work :-(