<?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: rowList - all results</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results</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/feature-request/rowlist-all-results/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>turya on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p10625</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p10625</guid>
        	        	<description><![CDATA[</p>
<p>The problem I&#39;ve seen is with the pager, which chokes on rowNums it doesn&#39;t like &#39;All&#39;,&#39;0&#39; will end up returning NaN values in recordtext.</p>
</p>
<p>The way I&#39;ve gotten around this is to add a rowNum option of 100000000 or some other arbitrarily huge #, and then add a jquery call to make the pulldown look nice:</p>
<p>add to grid options:</p>
<pre>rowList:[10,20,30,100000000],
loadComplete: function() {
    $("option[value=100000000]").text(&#39;All&#39;);
}</pre>
<p>YMMV.  It would be nice if jgGrid had an elegant built in way to handle this.</p>
]]></description>
        	        	<pubDate>Sat, 10 Oct 2009 12:38:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p5214</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p5214</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 02:19:10 +0200</pubDate>
        </item>
        <item>
        	<title>majkel on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p5102</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p5102</guid>
        	        	<description><![CDATA[<p>Confirmed rtordable test:</p>
<p>$limit = $_REQUEST[&#39;rows&#39;];</p>
<p>$limit throws the last valid result. * can&#39;t be passed.</p>
</p>
<p>Greetings</p>
<p>Majkel</p></p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 07:41:52 +0200</pubDate>
        </item>
        <item>
        	<title>rtordable on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4954</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4954</guid>
        	        	<description><![CDATA[<p>I have tested rowList with * value or -1 or 0 and jQgrid submits via POST in the rows parameter the last valid rows value selected.&#160;</p>
<p>jQgrid consider * and 0 and -1 incorrect values.</p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 12:03:21 +0200</pubDate>
        </item>
        <item>
        	<title>tony on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4768</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4768</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The grid does nothing to do. Actually your server side code should make these calculation. I suppose you use something like the examples and if the page limit is * then you should check your code server side since if param=*,</p>
<p>then a*param give you wrong result.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 20 Feb 2009 02:09:11 +0200</pubDate>
        </item>
        <item>
        	<title>majkel on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4724</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4724</guid>
        	        	<description><![CDATA[<p>I don&#39;t know the internal structure of jqgrid. When I click * in row list table is refreshed. &#160;PHP generate JSON results properly(select query without LIMIT -&#62; all results),but paging is the same as in previous paging.(ex: 1/7 page, but should be 1/1)</p>
<p>testing JSON</p>
<p><a href="http://localhost/JSON_translate.php?rows=*" rel="nofollow" target="_blank"><a href="http://localhost/JSON_translat" rel="nofollow">http://localhost/JSON_translat</a>.....php?rows=*</a></p>
<p>generated</p>
<p>{"page":1,"total":1,"records":"604","rows":[{"id_product" ...</p>
<p>....</p>
<p>}]}</p>
]]></description>
        	        	<pubDate>Wed, 18 Feb 2009 09:35:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4687</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4687</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What do you mean with - support on client side?</p>
<p>Did you mean the the * is not passed to the server?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 10:31:17 +0200</pubDate>
        </item>
        <item>
        	<title>majkel on rowList - all results</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4680</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/rowlist-all-results#p4680</guid>
        	        	<description><![CDATA[<p>It would be nice to have such a possiblity:</p>
<p>rowList:[10,20,30,50,100,1000,&#39;<span style="color: #ff0000;"><strong>*</strong></span>&#39;]</p>
<p>all results without paging.</p>
<p>&#160;I&#39;ve done Server side handling for &#39;*&#39; but it looks like there should be support olso on client side.</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 09:34:15 +0200</pubDate>
        </item>
</channel>
</rss>