<?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: Invalid Array Length - JSON</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json</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/invalid-array-length-json/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Invalid Array Length - JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p5037</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p5037</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. I will see how to overcome this problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 01 Mar 2009 07:50:04 +0200</pubDate>
        </item>
        <item>
        	<title>newspire on Invalid Array Length - JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p4988</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p4988</guid>
        	        	<description><![CDATA[<p>My problem seems to be related to having a column named &#39;length&#39;.&#160; On a hunch I changed the column name to &#39;pipe_length&#39; and the problem went away.</p>
<p>Mayby somebody how knows more about the code could verify that there is in fact a problem with javascript key words in column names.</p>
<p>Andy</p>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 15:13:16 +0200</pubDate>
        </item>
        <item>
        	<title>newspire on Invalid Array Length - JSON</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p4981</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/invalid-array-length-json#p4981</guid>
        	        	<description><![CDATA[<p>I&#39;m just getting started with jsGrid and ran into a problem.&#160; The grid loads the first row and then throws an &#8220;Invalid Array Length&#8221; error in the javascript console on line 836.</p>
<p>Anybody see what I&#39;m doing wrong?&#160; Thanks!</p>
<p>Here&#39;s my config:</p>
<p>{<br />&#160;&#160;&#160; url:&#39;pipes&#39;,<br />&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;Time Stamp&#39;,&#39;Duration&#39;, &#39;Length&#39;,&#39;Units&#39;,&#39;Notes&#39;],<br />&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;time_stamp&#39;, index:&#39;time_stamp&#39;, width:150},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;duration&#39;, index:&#39;duration&#39;, width:50, align:&#39;right&#39;},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;length&#39;, index:&#39;length&#39;, width:50, align:&#39;right&#39;},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;units&#39;, index:&#39;units&#39;, width:50, align:&#39;right&#39;},&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;note&#39;, index:&#39;note&#39;, width:150, sortable:false} ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,50,100],<br />&#160;&#160;&#160; sortname: &#39;time_stamp&#39;,<br />&#160;&#160;&#160; sortorder: &#8220;desc&#8221;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;scripts/jquery/themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;Pipe Tally&#39;<br />&#160; }</p>
<p>Here&#39;s my json data:</p>
<pre>{"records": 3, "total": 1, "rows": [{"cell": ["2009-02-25 12:30:05", "0", "30", "ft", "test"], "id": "1"}, {"cell": ["2009-02-25 13:30:25", "0", "29.7", "ft", ""], "id": "2"}, {"cell": ["2009-02-25 13:30:25", "0", "29.7", "ft", "Notes"], "id": "3"}], "page": 1}</pre>
]]></description>
        	        	<pubDate>Thu, 26 Feb 2009 09:45:18 +0200</pubDate>
        </item>
</channel>
</rss>