<?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: addSubGrid and expandOnLoad</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload</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/addsubgrid-and-expandonload/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>vampirelordr on addSubGrid and expandOnLoad</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26737</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26737</guid>
        	        	<description><![CDATA[<p>Oh ok, sorry, i thought that the code in GitHub was published in the last release. So I will try your fix.</p>
<p>Thanks.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 05 Jun 2012 10:51:13 +0300</pubDate>
        </item>
        <item>
        	<title>tony on addSubGrid and expandOnLoad</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26736</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26736</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>The fix is not officially published.</p>
<p>You will need to download the code from GitHub and use this code.</p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Tue, 05 Jun 2012 10:03:22 +0300</pubDate>
        </item>
        <item>
        	<title>vampirelordr on addSubGrid and expandOnLoad</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26734</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26734</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thanks for your modifications.&#160;I just try it and I have the same issue with the new version (4.3.3)</p>
<p>Some of the last nodes in my grid are not expanded..</p>
</p>
<p>Regards,</p>
<p>Romain</p>
]]></description>
        	        	<pubDate>Tue, 05 Jun 2012 07:15:14 +0300</pubDate>
        </item>
        <item>
        	<title>tony on addSubGrid and expandOnLoad</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26728</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26728</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The problem is fixed in GitHub.</p>
<p>If you like you can test&#160; the fix.</p>
</p>
<p>Thank you.</p>
</p>
<p>Kind Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 04 Jun 2012 20:16:41 +0300</pubDate>
        </item>
        <item>
        	<title>vampirelordr on addSubGrid and expandOnLoad</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26482</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addsubgrid-and-expandonload#p26482</guid>
        	        	<description><![CDATA[<p>Hi everybody,</p>
<p>I&#39;m using jqGrid 3.4.2 and i discovered a bug.</p>
<p>Bug :</p>
<p>I use a grid as subgrid and i want to expand some subgrid on loading.</p>
<p>But if some subgrid are expanded on load, i cannot expand the last lines of the grid.</p>
</p>
<p>Location of the problem :</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8963' value='Select Code' data-codeid='sfcode8963' /></p>
<div class='sfcode' id='sfcode8963'>addSubGrid : <strong>function( pos, sind ) {</p>
<p></strong><strong>&#8230;</p>
<p></strong>var len = ts.rows.length, i=1;<br />&#160;&#160;if( sind !== undefined &#38;&#38; sind &#62; 0) {<br />&#160;&#160;&#160;i = sind;<br />&#160;&#160;&#160;len = sind+1;<br />&#160;&#160;}<br />&#160;&#160;while(i &#60; len) {</p>
<p>&#8230;</p>
<p>&#160;if(ts.p.subGridOptions.expandOnLoad === true) {<br />&#160;&#160;&#160;$(ts.rows[i].cells[pos]).trigger(&#39;click&#39;);&#160;<br />/*This&#160;function add a new row, so&#160;ts.rows.length&#160;is now len+1.&#160;But the var &#39;len&#39;&#160;still contains&#160;the last value of ts.rows.length,&#160;so &#39;len&#39; needs to be refresh&#160;here !*/<br />/* Add this code to&#160;fix it :<br />&#160;&#160; var len = ts.rows.length;<br />&#160;&#160;&#160;&#160;if( sind !== undefined &#38;&#38; sind &#62; 0) {<br />&#160;&#160;&#160;&#160;&#160;len = sind+1;<br />&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;}<br />*/<strong><span style=&#34;&#34;&#34;color:&#34;&#34;><br /></span></strong>&#160;&#160;}<br />i++;<br />}</p>
</div>
<p>I hope to be clear.</p>
]]></description>
        	        	<pubDate>Fri, 27 Apr 2012 07:05:42 +0300</pubDate>
        </item>
</channel>
</rss>