I have a grid that I’m mocking up, and I want to use an array to load the footer. I have this…
var footerData = [{invid:””,wc1:”10″,wc2:”0″,wc3:”40″,wc4:”0″,wc5:”0″,wc6:”0″,wc7:”0″,wc8:”0″,wc9:”0″}];
…
loadComplete:function(){ jQuery(‘#list’).setGridParam({‘userData’:footerData})}
But I get this error in firebug on the loadComplete and I can’t figure out why…
missing } after property list
If comment out the loadComplete the error goes away. Any ideas??
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top