<?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: Filter Bug in 4.4.4</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4</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/filter-bug-in-4-4-4/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>taddison on Filter Bug in 4.4.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28804</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28804</guid>
        	        	<description><![CDATA[<p>Thank you!</p>
]]></description>
        	        	<pubDate>Wed, 15 May 2013 18:35:13 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Filter Bug in 4.4.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28760</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28760</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can use <strong>rowTotal</strong> parameter for this purpose. In the doc is explained the diffreneve between rowTotal and rowNum.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 13 May 2013 11:37:13 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Filter Bug in 4.4.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28752</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28752</guid>
        	        	<description><![CDATA[<p>The bug is the usage of <strong>rowNum: -1</strong>. The documentation contains explicitly crossed out text about the usage of <strong>rowNum: -1</strong>. If you need display local data (inclusive the usage of <strong>loadonce: true</strong>) you have to use positive integer value for <strong>rowNum</strong>&#160;option. For example you can use <strong>rowNum: 1000</strong>&#160;or <strong>rowNum: 10000</strong>.</p>
<p>Regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 10 May 2013 16:30:18 +0300</pubDate>
        </item>
        <item>
        	<title>taddison on Filter Bug in 4.4.4</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28748</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/filter-bug-in-4-4-4#p28748</guid>
        	        	<description><![CDATA[<p>I created a grid to show all rows (rowNum:- 1) and filter via the header on local data (loadOnce: true).&#160; I noticed the correct number of results were not showing up.&#160; On line 1653 of query.jqGrid.js there is the following line:</p>
</p>
<p style="padding-left: 30px;">&#160;queryResults = queryResults.slice( (page-1)*recordsperpage , page*recordsperpage )</p>
</p>
<p>Let&#39;s assume before this line, queryResults had 2 records.&#160; And, because we&#39;re displaying all records on one page, page is 1.&#160; When rowNum is -1, then recordsperpage is -1.&#160; Therefore, we have:&#160; queryResults.slice(0,-1).&#160; This results in error, not the 2 records.</p></p>
]]></description>
        	        	<pubDate>Thu, 09 May 2013 20:40:15 +0300</pubDate>
        </item>
</channel>
</rss>