<?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: Add/remove pager buttons?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons</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/addremove-pager-buttons/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dsmith on Add/remove pager buttons?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22680</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22680</guid>
        	        	<description><![CDATA[<p>No, I&#39;m talking about the search/columns/add/remove buttons and the custom buttons.&#160; And I&#39;m talking about changing them dynamically while a single grid continues to exist without being removed and recreated.</p>
]]></description>
        	        	<pubDate>Wed, 06 Apr 2011 02:20:25 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Add/remove pager buttons?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22661</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22661</guid>
        	        	<description><![CDATA[<p>The pager elements of jqGrid will be created at the grid initialization. So if you not need the pager buttons you should</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8238' value='Select Code' data-codeid='sfcode8238' /></p>
<div class='sfcode' id='sfcode8238'>use$(&#34;#pager_center&#34;).hide();</div>
<p>to hide all information about the pager or</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4966' value='Select Code' data-codeid='sfcode4966' /></p>
<div class='sfcode' id='sfcode4966'>$(&#34;.ui-pg-button&#34;,&#34;#pager_center&#34;).hide();</div>
<p>if you don&#39;t want to show only the first, previous, next and last pager buttons. In the code above I supposed that the id of the pager is id="pager".</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sun, 03 Apr 2011 13:08:10 +0300</pubDate>
        </item>
        <item>
        	<title>dsmith on Add/remove pager buttons?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22657</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addremove-pager-buttons#p22657</guid>
        	        	<description><![CDATA[<p>Is there a way to add/remove pager buttons on the fly, like in response to an event?</p>
]]></description>
        	        	<pubDate>Sat, 02 Apr 2011 01:03:40 +0300</pubDate>
        </item>
</channel>
</rss>