I am trying to load JSON data into a grid. I keep getting this error. My JSON data appears to be being correctly returned. Firebug says the error is in this line of the jqGrid code: if(g.cell)L=o[g.cell][C]||L}v=h===1?0:h;v=(v+d)%2==1?X:””;
Am I missing an option or something I should be setting?
I'm on a tight deadline and I can't get the grid to load any data at all. It says its loading and just hangs at this error. I've used jqGrid before with arrays but never with JSON data.
Any help is appreciated.
Version 3.8.1
Here's my code for calling the grid:
$('#cell_log_link').click(function(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top