<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: o&#091;g.cell&#093; is undefined</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>LizD on o&#091;g.cell&#093; is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined#p20739</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined#p20739</guid>
        	        	<description><![CDATA[<p>Found it! My json reader was missing repeatitems:false</p>
<p>Now if I could only get the pager to show up!</p>
]]></description>
        	        	<pubDate>Wed, 10 Nov 2010 23:15:57 +0200</pubDate>
        </item>
        <item>
        	<title>LizD on o&#091;g.cell&#093; is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined#p20717</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/og-cell-is-undefined#p20717</guid>
        	        	<description><![CDATA[<p>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]&#124;&#124;L}v=h===1?0:h;v=(v+d)%2==1?X:"";</p>
<p>Am I missing an option or something I should be setting?</p>
<p>I&#39;m on a tight deadline and I can&#39;t get the grid to load any data at all. It says its loading and just hangs at this error. I&#39;ve used jqGrid before with arrays but never with JSON data.</p>
<p>Any help is appreciated.</p>
</p>
<p>Version 3.8.1</p>
<p>Here&#39;s my code for calling the grid:</p>
<p>$(&#39;#cell_log_link&#39;).click(function(){<br />&#160;&#160; &#160;$(&#39;#activate&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#contact_info&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#update_account&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#login&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#storage&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#validate&#39;).hide();<br />&#160;&#160; &#160;$(&#39;#cell_log&#39;).show();<br />&#160;&#160; &#160;$(&#39;#message&#39;).html("");<br />&#160;&#160; &#160;$(&#39;#cell_log_grid&#39;).jqGrid({<br />&#160;&#160; &#160;url:&#39;XHR/get_cellLog?name=&#39;+$(&#39;input[name="UserName"]&#39;).val(),<br />&#160;&#160;&#160; datatype: &#39;JSON&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Cust Code&#39;,&#39;Designation&#39;,&#39;Study Number&#39;,&#39;Start Date&#39;,&#39;Status&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;Cust Code&#39;, index:&#39;Cust Code&#39;, width:100}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;Designation&#39;, index:&#39;Designation&#39;, width:175}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;Study Number&#39;, index:&#39;Study Number&#39;, width:100, align:&#39;left&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;Start Date&#39;, index:&#39;Start Date&#39;, width:75, align:&#39;right&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;Status&#39;, index:&#39;Status&#39;, width:100}, <br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160; jsonReader : {<br />&#160;&#160;&#160;&#160;&#160; root:"cell_log_data",<br />&#160;&#160;&#160;&#160;&#160; page: "currpage",<br />&#160;&#160;&#160;&#160;&#160; total: "totalpages",<br />&#160;&#160;&#160;&#160;&#160; records: "numrecords"<br />&#160;&#160; },<br />&#160;&#160;&#160; altRows: true,<br />&#160;&#160; // gridview: false,<br />&#160;&#160;&#160; height: "100%",<br />&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160; rowNum:50,<br />&#160;&#160;&#160; rowList:[10,25,50],<br />&#160;&#160;&#160; sortname: &#39;Start Date&#39;,<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; subgrid: false,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; caption: &#39;Cell Log&#39;<br />&#160; }); <br />});</p>
]]></description>
        	        	<pubDate>Tue, 09 Nov 2010 23:09:43 +0200</pubDate>
        </item>
</channel>
</rss>