<?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: Subgrid Problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1</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/subgrid-problem-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dajaney on Subgrid Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19371</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19371</guid>
        	        	<description><![CDATA[<p>Fixed. Close thread.</p>
]]></description>
        	        	<pubDate>Fri, 27 Aug 2010 18:39:37 +0300</pubDate>
        </item>
        <item>
        	<title>dajaney on Subgrid Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19370</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19370</guid>
        	        	<description><![CDATA[<p>If I remove the subgrid params, the main grid loads the records just fine. No javacript errors.</p>
</p>
<p>Firebug shows the main grid result only:</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit3678' value='Select Code' data-codeid='sfcode3678' /></p><div class='sfcode' id='sfcode3678'>{"totalpages":1,"currpage":1,"totalrecords":1,"rowset":[{"id":1,"recordset":[1,"WP 1"]}]}</div></pre>
]]></description>
        	        	<pubDate>Fri, 27 Aug 2010 17:58:21 +0300</pubDate>
        </item>
        <item>
        	<title>dajaney on Subgrid Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19368</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-problem-1#p19368</guid>
        	        	<description><![CDATA[<p>It will not display the main grid results nor the subgrid items. It just sits there with the loading modal window spinning.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3003' value='Select Code' data-codeid='sfcode3003' /></p>
<div class='sfcode' id='sfcode3003'>
<p>var mygridtest = jQuery(&#34;#test&#34;).jqGrid({<br />&#160; url: &#34;test.php&#34;,<br />&#160; datatype: &#34;json&#34;,<br />&#160; mtype: &#34;POST&#34;,<br />&#160; colModel: [<br />&#160;&#160;&#160; {name:&#34;column_a&#34;,label:&#34;Column A&#34;,hidden: true,editable: false,hidedlg: true,search: false},<br />&#160;&#160;&#160; {name:&#34;column_b&#34;,label:&#34;Column B&#34;,editable: false,search: false,sortable: false}</p>
<p>&#160; ],</p>
<p>&#160; sortable: false,<br />&#160; altRows: false,<br />&#160; headertitles: true,<br />&#160; loadui: &#34;block&#34;,<br />&#160; width: 840,<br />&#160; height: &#34;100%&#34;,<br />&#160; rownumbers: false,<br />&#160; gridview: false,<br />&#160; caption: &#34;Test&#34;,</p>
<p>&#160; jsonReader: {</p>
<p>&#160;&#160;&#160; root: &#34;rowset&#34;,</p>
<p>&#160;&#160;&#160; page: &#34;currpage&#34;,</p>
<p>&#160;&#160;&#160; total: &#34;totalpages&#34;,</p>
<p>&#160;&#160;&#160; records: &#34;totalrecords&#34;,</p>
<p>&#160;&#160;&#160; repeatitems: false,</p>
<p>&#160;&#160;&#160; cell: &#34;recordset&#34;,</p>
<p>&#160;&#160;&#160; subgrid: {</p>
<p>&#160;&#160;&#160;&#160;&#160; root: &#34;rowset&#34;,</p>
<p>&#160;&#160;&#160;&#160;&#160; repeatitems: false,</p>
<p>&#160;&#160;&#160;&#160;&#160; cell: &#34;recordset&#34;</p>
<p>&#160;&#160;&#160; }</p>
<p>&#160; },<br />&#160; subGrid: true,<br />&#160; subGridUrl: &#34;subgrid.php&#34;,<br />&#160; subGridModel: [<br />&#160;&#160;&#160; { name: [&#34;column1&#34;,&#34;column2&#34;],<br />&#160;&#160;&#160;&#160;&#160;&#160; width: [100,100],<br />&#160;&#160;&#160;&#160;&#160;&#160; params: [&#34;column_a&#34;] }&#160;&#160; &#160;<br />&#160; ]</p>
<p>})</p>
</div>
]]></description>
        	        	<pubDate>Fri, 27 Aug 2010 17:48:44 +0300</pubDate>
        </item>
</channel>
</rss>