<?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: a.rows is undefined</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/a-rows-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/a-rows-is-undefined/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>meigallodixital on a.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/a-rows-is-undefined#p17406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/a-rows-is-undefined#p17406</guid>
        	        	<description><![CDATA[<p>My fault. I created a div, not a table, for the grid. <img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" /></p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 16:56:30 +0300</pubDate>
        </item>
        <item>
        	<title>meigallodixital on a.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/a-rows-is-undefined#p17318</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/a-rows-is-undefined#p17318</guid>
        	        	<description><![CDATA[<p>hi all,<br />i create this grid:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6529' value='Select Code' data-codeid='sfcode6529' /></p>
<div class='sfcode' id='sfcode6529'>jQuery(&#34;#test_grid&#34;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;url/json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;ID&#39;,&#39;Tipo&#39;, &#39;Edad&#39;,&#39;Grado&#39;,&#39;Acciones&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, index:&#39;id&#39;, width:55},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;tipo&#39;, index:&#39;tipo&#39;, width:90},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;edad&#39;, index:&#39;edad&#39;, width:80, align:&#39;right&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;grado&#39;, index:&#39;grado&#39;, width:80, align:&#39;right&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;acciones&#39;, index:&#39;acciones&#39;, width:80, align:&#39;right&#39;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Div de prueba sin edici&#38;oacute;n&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</div>
<p>i see json correctly formated with firebug but grid said: a.rows is undefined</p>
<p>json is:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3969' value='Select Code' data-codeid='sfcode3969' /></p>
<div class='sfcode' id='sfcode3969'>{&#34;total&#34;:7,&#34;page&#34;:&#34;1&#34;,&#34;records&#34;:7,&#34;rows&#34;:[{&#34;id&#34;:1,&#34;cell&#34;:[&#34;4&#34;,&#34;tipo 2&#34;,&#34;24&#34;,&#34;3&#34;,&#34;&#34;]},{&#34;id&#34;:2,&#34;cell&#34;:[&#34;41&#34;,&#34;tipo 2&#34;,&#34;30&#34;,&#34;1&#34;,&#34;&#34;]},{&#34;id&#34;:3,&#34;cell&#34;:[&#34;38&#34;,&#34;tipo 3&#34;,&#34;34&#34;,&#34;2&#34;,&#34;&#34;]},{&#34;id&#34;:4,&#34;cell&#34;:[&#34;42&#34;,&#34;1&#34;,&#34;32&#34;,&#34;1&#34;,&#34;&#34;]},{&#34;id&#34;:5,&#34;cell&#34;:[&#34;39&#34;,&#34;tipo34&#34;,&#34;30&#34;,&#34;2&#34;,&#34;&#34;]},{&#34;id&#34;:6,&#34;cell&#34;:[&#34;43&#34;,&#34;1&#34;,&#34;32&#34;,&#34;1&#34;,&#34;&#34;]},{&#34;id&#34;:7,&#34;cell&#34;:[&#34;44&#34;,&#34;2&#34;,&#34;30&#34;,&#34;1&#34;,&#34;&#34;]}]}</div>
<p>I cant find info about this error, anyone have any idea about this?</p>
]]></description>
        	        	<pubDate>Wed, 19 May 2010 22:08:00 +0300</pubDate>
        </item>
</channel>
</rss>