<?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: scroll paging bug</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-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/scroll-paging-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on scroll paging bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30575</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30575</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I have <a href="https://github.com/tonytomov/jqGrid/commit/b4917e03de1c8f0fdc036e6bcf123523a7f8b853" target="_blank">fixed this</a> .</p>
<p>Thanks</p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Sun, 04 May 2014 10:24:07 +0300</pubDate>
        </item>
        <item>
        	<title>davidqql on scroll paging bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30561</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30561</guid>
        	        	<description><![CDATA[<p>Updated:</p>
<p>I found a way to fix it:</p>
<p>for the version 4.6.0,</p>
<p>you can change the line 10596 from</p>
<p>&#160;$(ts.rows[i].cells[pos]).bind(&#39;click&#39;, function() {</p>
<p>to</p>
<p>$(ts.rows[i].cells[pos]).off(&#39;click&#39;).on(&#39;click&#39;, function() {</p>
</p>
<p>but I think it should have a simpler way.</p>
]]></description>
        	        	<pubDate>Thu, 01 May 2014 04:55:12 +0300</pubDate>
        </item>
        <item>
        	<title>davidqql on scroll paging bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30560</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/scroll-paging-bug#p30560</guid>
        	        	<description><![CDATA[<p>When you use scroll paging at the situation of subgrid, the event of click the expand icon may be triggered more than one time. This would cause the subgrid open then close.</p>
</p>
<p>1. you enable the scrollbar paging</p>
<p>2. if your data rows more than one page</p>
</p>
<p>follow the step described below, you will find this defect:</p>
<p>a. open a jqgrid with subgrid which uses scrollbar paging, it display normally and you can click the plus to expand subgrid</p>
<p>b. pagedown at the scrollbar, the expand icon&#39;s behaviour of current page work normally</p>
<p>c. scrol back to the previous page, you will find that the expand icon doen&#39;t work any more</p>
<p>d. trace the javascript and jqgrid source, you will find that the click event is triggered twice:first time it open the subgrid, second step. it closes the subgrid.</p>
]]></description>
        	        	<pubDate>Wed, 30 Apr 2014 21:14:14 +0300</pubDate>
        </item>
</channel>
</rss>