<?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: Problem with Subgrid and Scroll</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll</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/problem-with-subgrid-and-scroll/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tpersson on Problem with Subgrid and Scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23276</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23276</guid>
        	        	<description><![CDATA[<p>A quick patch is to change the line 185 in grid.subgrid.js</p>
<p>From:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7562' value='Select Code' data-codeid='sfcode7562' /></p>
<div class='sfcode' id='sfcode7562'>$(this.cells[pos]).bind(&#39;click&#39;, function(e) {</div>
<p>To:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5684' value='Select Code' data-codeid='sfcode5684' /></p>
<div class='sfcode' id='sfcode5684'>$(this.cells[pos]).unbind(&#39;click&#39;);<br />$(this.cells[pos]).bind(&#39;click&#39;, function(e) {</div></p>
]]></description>
        	        	<pubDate>Sun, 22 May 2011 15:12:05 +0300</pubDate>
        </item>
        <item>
        	<title>tpersson on Problem with Subgrid and Scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23106</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23106</guid>
        	        	<description><![CDATA[<p>I am having the same problem.</p>
]]></description>
        	        	<pubDate>Wed, 11 May 2011 00:41:18 +0300</pubDate>
        </item>
        <item>
        	<title>crilla86 on Problem with Subgrid and Scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23092</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-subgrid-and-scroll#p23092</guid>
        	        	<description><![CDATA[<p>Hi, i have a problem using the subgrid and the scroll and i will try to explain.</p>
<p>At beginning i load only 30 rows and when i scroll it makes a new request to the db and load other 30 rows (from 31 to 60).</p>
<p>Before it makes a new request, the subgrid works correctly, but after a i use the scroll i have this problem:</p>
<p>when i try to expand one of the first 30 rows (for example the row 20) it expand the subgrid and collapse!</p>
<p>Using the debugger, i have seen that jquery see two clicks, like as i click on two differents list , infact the guid associated at the events are, for example, 70 and 100.</p>
<p>I think that when i use the scroll and receive other 30 rows by the db, jquery see a new list.</p>
<p>Also, if i continue to scroll and it makes a new request to the db and receive other 30 rows (fro 61 to 90), i see that when i click on the row 20 it exanpe the subgrid, collapse and re-expand.</p>
</p>
<p>How can i fix this problem?</p>
</p>
<p>I hope that i&#39;m clear.</p>
<p>I&#39;m using only the option scroll and subgrid set to true, and the version of jqgri is 4.0.</p>
]]></description>
        	        	<pubDate>Tue, 10 May 2011 11:54:52 +0300</pubDate>
        </item>
</channel>
</rss>