<?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: Multiple Pagers? (top and bottom of grid)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-pagers-top-and-bottom-of-grid</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/multiple-pagers-top-and-bottom-of-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Multiple Pagers? (top and bottom of grid)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-pagers-top-and-bottom-of-grid#p6792</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-pagers-top-and-bottom-of-grid#p6792</guid>
        	        	<description><![CDATA[<p>Hello Mike,</p>
<p>Thanks. Currently it is not possible to have 2 pagers on the same grid.</p>
<p>To make long story short, when I develop the 3.5 version this was one of the first thing that I want to do, but... as always I should save the previous users not to change thier code hard.</p>
<p>Instead I&#39;m thinking on new method paggingToolbar.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 12:14:07 +0300</pubDate>
        </item>
        <item>
        	<title>levi730 on Multiple Pagers? (top and bottom of grid)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-pagers-top-and-bottom-of-grid#p6737</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-pagers-top-and-bottom-of-grid#p6737</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I love jqGrid.&#160; It kicks the pants off of every other jQuery based grid solution.&#160; I am using it in my application and I would like to know if it&#39;s possible to have more than one pager.&#160; Ideally, I&#39;d like a pager at the top and bottom of the grid.&#160; I&#39;m using the most current beta from github (LOVE the integration with ui theming) and I can&#39;t seem to make it happen.&#160; Is this possible?&#160; I&#39;ve tried changing the DOM selector for the grid&#39;s pager attribute to a class selector which hits both my divs, but I continue to just get one pager at the bottom.</p>
<p>Strangely, even when I place the pager at the above the grid in my HTML markup, it still shows up at the bottom.&#160; Is this second issue perhaps a side effect of the new beta using the jQuery UI theming?</p>
<p>The grid always shows up and works, but with only one pager at the bottom</p>
<p>HTML:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2004' value='Select Code' data-codeid='sfcode2004' /></p>
<div class='sfcode' id='sfcode2004'>&#60;script type=&#8221;text/javascript&#8221;&#62;<br />jQuery(document).ready(function(){ <br />&#160; jQuery(&#8221;#list&#8221;).jqGrid({<br />&#160;&#160;&#160; url:&#39;ajaxtest.cfm&#39;,<br />&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; mtype: &#39;post&#39;,<br />&#160;&#160; colNames:[&#39;ID&#39;,&#39;User Name&#39;,&#39;Email&#39;,&#39;First Name&#39;,&#39;Last Name&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160;&#160; { index: &#39;id&#39;, hide: &#39;true&#39;, name: &#39;id&#39;, },<br />&#160;&#160;&#160;&#160;&#160;&#160; { index: &#39;username&#39;, name: &#39;username&#39;, searchable: &#39;true&#39;, },<br />&#160;&#160;&#160;&#160;&#160;&#160; { index: &#39;emailaddr&#39;, name: &#39;emailaddr&#39;, searchable: &#39;true&#39;, },<br />&#160;&#160;&#160;&#160;&#160;&#160; { index: &#39;firstname&#39;, name: &#39;firstname&#39;, searchable: &#39;true&#39;, },<br />&#160;&#160;&#160;&#160;&#160;&#160; { index: &#39;lastname&#39;, name: &#39;lastname&#39;, searchable: &#39;true&#39;, }<br />&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: jQuery(&#39;.pager_list&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: &#8220;desc&#8221;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; caption: &#39;My first grid&#39;,<br />&#160;&#160;&#160; <br />&#160; }); <br />}); <br />&#60;/script&#62;</p>
<p>&#60;div id=&#8221;pager_list_top&#8221; class=&#8221;pager_list scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62; <br />&#60;table id=&#8221;list&#8221; class=&#8221;scroll&#8221;&#62;&#60;/table&#62;&#160;&#160;&#160; <br />&#60;div id=&#8221;pager_list_bottom&#8221; class=&#8221;pager_list scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62;</p>
</div>
<p>Thanks!</p>
<p>-Mike L.</p>
]]></description>
        	        	<pubDate>Sat, 16 May 2009 11:29:01 +0300</pubDate>
        </item>
</channel>
</rss>