<?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: Can't prevent rowList dropdown from appearing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing</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/help/cant-prevent-rowlist-dropdown-from-appearing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Can't prevent rowList dropdown from appearing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10179</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10179</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>MamaliFrenchi - not sure if this is a good solution - it will after every request do this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 26 Sep 2009 03:23:27 +0300</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on Can't prevent rowList dropdown from appearing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10173</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10173</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>it can be added at loadComplete something like $(&#39;select.ui-pg-selbox&#39;).remove(); should remove the rowlist</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 22:34:54 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Can't prevent rowList dropdown from appearing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10140</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10140</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It should work. How you set these properties?</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 05:32:15 +0300</pubDate>
        </item>
        <item>
        	<title>SimonL on Can't prevent rowList dropdown from appearing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10090</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10090</guid>
        	        	<description><![CDATA[<p>I&#39;ve resolved the issue with a bit of CSS (.ui-pg-selbox {display: none}) but I&#39;m sure its supposed to be configuraable via the grid property rowList.</p>
</p>
<p>Regards,</p>
<p>Simon</p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 12:08:48 +0300</pubDate>
        </item>
        <item>
        	<title>SimonL on Can't prevent rowList dropdown from appearing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10081</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-prevent-rowlist-dropdown-from-appearing#p10081</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>The documentation says that if you set the rowList to an empty array (rowList: []) then the dropdown box allowing the user to select the number of rows to be displayed in the grid will not appear. I&#39;ve set it to an empty array but it still appears. Am I doing something wrong?</p>
<p>These are some of the settings I have for the grid:</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: "#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <strong>rowList: [],</strong><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;ArtistName&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;/scripts/themes/ui-darkness/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Stock",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sopt: [&#39;cn&#39;, &#39;bw&#39;, &#39;eq&#39;, &#39;ne&#39;, &#39;lt&#39;, &#39;gt&#39;, &#39;ew&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewsortcols: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; footerrow : true</p>
</p>
<p>If I set the rowList property to rowList: [10,50,100] then these options do appear in the drop down, so it repescts that option, but I don&#39;t want it to appear at all. How do I get rid of it?</p>
</p>
<p>Thanks,</p>
<p>Simon</p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 09:39:27 +0300</pubDate>
        </item>
</channel>
</rss>