<?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: problem with auto-paging</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging</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/problem-with-auto-paging/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>genoceres on problem with auto-paging</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14452</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14452</guid>
        	        	<description><![CDATA[<p>Thanks, I&#39;ll try setting it to "True" instead.</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 10:16:21 +0200</pubDate>
        </item>
        <item>
        	<title>tony on problem with auto-paging</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14436</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14436</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I see you use scroll:1. The problem is fixed in GitHub and I hope that 3.6.3 release will be available soon.</p>
</p>
<p>Best Regerds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 08:57:24 +0200</pubDate>
        </item>
        <item>
        	<title>genoceres on problem with auto-paging</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14397</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-auto-paging#p14397</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have issue I&#39;m hoping someone can help me solve.</p>
</p>
<p>I&#39;m trying to build a small grid that will act as the master browser for a larger detail grid. Since space is therefore limited, I&#39;ve set the paging size (rowNum value) to 5.</p>
</p>
<p>However, it seems that when I try and go past the first page, the request sent through is for a page size of 12, rather than the size I&#39;ve set it to.</p>
</p>
<p>Any ideas?</p>
</p>
<p>The code I&#39;m using is:</p>
<p>$(function(){<br /> jQuery("#editgrid").jqGrid({<br /> scroll: 1,<br /> mtype: "POST",<br /> url:&#39;/office.ls?page=form&#38;action=data&#38;form=accesscontrol&#38;category=admin&#38;prefilter=&#39;,<br /> datatype: "json",<br /> colNames:["ID","Name","Category","Status"],<br /> colModel:[{name:&#39;pid&#39;,width:50},<br /> {name:&#39;nm&#39;,sortable:false,width:200,editable:true},<br /> {name:&#39;cat&#39;,sortable:false,width:100,editable:true},<br /> {name:&#39;st&#39;,sortable:false,width:60,editable:true},],<br /> jsonReader : {page: &#39;pno&#39;,repeatitems: false,id: &#39;pid&#39;},<br /> rowNum:5,<br /> rowList:[5],<br /> pager: &#39;#pagered&#39;,<br /> prmNames: {page:"pno",rows:"psze", sort: "sort",order: "sord", search:"_search", nd:"nd"},<br /> sortname: &#39;pid&#39;,<br /> sortorder: "ASC",<br /> viewrecords: true,<br /> height: 200,<br /> caption:"Access Control",<br /> onSelectRow: function(ids) {<br /> if(ids == null) {<br /> ids=0;<br /> switchSubGrid(ids)<br /> } else {<br /> switchSubGrid(ids)<br /> }<br /> }<br /> });<br /> jQuery("#editgrid").jqGrid(&#39;navGrid&#39;,&#39;#presize&#39;,<br /> {edit:true,add:false,del:false,view:true,search:true},<br /> {}, // edit options<br /> {}, // add options<br /> {}, //del options<br /> {multipleSearch:true, groupOps: [ { op: "AND", text: "all" } ]} // search options<br /> );<br />});</p>
</p>
<p>Cheers,</p>
</p>
<p>Gen</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 13:21:38 +0200</pubDate>
        </item>
</channel>
</rss>