<?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: pagination</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pagination</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/pagination/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on pagination</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination#p1549</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination#p1549</guid>
        	        	<description><![CDATA[<p>Also for local data paging is not suported. This is described in the</p>
<p>documentation</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 03:22:33 +0300</pubDate>
        </item>
        <item>
        	<title>upendra on pagination</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination#p1548</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination#p1548</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>i am trying to implement pagination for arraydata.I am able to</p>
<p>get pagination grid but it is not working.</p>
<p><span style="text-decoration: underline;">this my code</span></p>
<p>$(document).ready(function() {<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; $("#list5").jqGrid({ <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; datatype: "local", <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; height: 250, <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; colNames:[&#39;Fname&#39;,&#39;Lname&#39;, &#39;Number&#39;], <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; colModel:[ <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;fname&#39;,index:&#39;fname&#39;, width:60}, <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;lname&#39;,index:&#39;lname&#39;, width:90}, <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;number&#39;,index:&#39;number&#39;, width:100}], <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; imgpath: gridimgpath ,<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; page:1,<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; pager: $(&#39;#pager1&#39;), &#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; rowNum:5,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; &#160;&#160;&#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;&#160; &#160;&#160; shrinkToFit: true<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;}).navGrid(&#39;#pager1&#39;,{edit:false,add:false,del:false,refresh: true,search: true});<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;for(var j=0;j&#60;=formData.length;j++) $("#list5").addRowData(j+1,formData[j]);<br />&#160;&#160;&#160; &#160;});<br />&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;h2&#62;&#60;s:property value="message" /&#62;&#60;/h2&#62;<br />&#60;!-- the following table is populated using arrayData --&#62;<br />&#60;table id="list5" class="scroll" cellpadding="0" cellspacing="0"&#62;&#60;/table&#62;<br />&#60;div id="pager1" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;<br />&#60;/body&#62;</p>
</p>
<p>please suggest me where i am going wrong.</p>
]]></description>
        	        	<pubDate>Mon, 18 Aug 2008 03:04:35 +0300</pubDate>
        </item>
</channel>
</rss>