ok, I\'m back. I totally simplified my problem to just three simple fields and I\'m still stuck on the same line using the addJSONData method. I\'ve been stuck on this for d
Have you verified the tbl variable is getting reference to your jqgrid instance ?
Try adding an id to your table element and get the reference to the jqgrid like:
var thegrid = jQuery("#mytableid")[0];