<?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: subGridJson bug</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgridjson-bug</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/bugs/subgridjson-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Alan14 on subGridJson bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgridjson-bug#p23548</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgridjson-bug#p23548</guid>
        	        	<description><![CDATA[<p>I&#39;m using version 4.0 and had to make the following change to get the  subgrid to load correctly.&#160; In jquery.jqGrid.src.js, i changed</p>
</p>
<p>$("#"+pID+sbid).append(dummy);</p>
</p>
<p>to this (added the .id):</p>
</p>
<p>$("#"+pID+sbid<strong>.id</strong>).append(dummy);</p>
<p>
near the end of the subGridJson method.&#160; I haven&#39;t tried subGridXml</p>
]]></description>
        	        	<pubDate>Thu, 09 Jun 2011 21:45:46 +0300</pubDate>
        </item>
</channel>
</rss>