<?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: Need pager to send start row instead of starting page</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page</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/need-pager-to-send-start-row-instead-of-starting-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mmelson on Need pager to send start row instead of starting page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22054</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22054</guid>
        	        	<description><![CDATA[<p>Thank you Oleg!</p>
<p>That works perfectly.</p>
<blockquote>
<p><input type='button' class='sfcodeselect' name='sfselectit7404' value='Select Code' data-codeid='sfcode7404' /></p>
<div class='sfcode' id='sfcode7404'>
<p style=&#34;padding-left: 30px;&#34;>serializeGridData: function(postData) {</p>
<p style=&#34;padding-left: 30px;&#34;>&#160; postData.start = postData.start * postData.rows;</p>
<p style=&#34;padding-left: 30px;&#34;>&#160; return postData;</p>
<p style=&#34;padding-left: 30px;&#34;>}</p>
</div>
</blockquote>
]]></description>
        	        	<pubDate>Fri, 11 Feb 2011 19:16:17 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Need pager to send start row instead of starting page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22051</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22051</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>you can use <strong>serializeGridData</strong> event handler. It is a function which receive as an object the object which build the url parameters like {page:2,rows:10, ...}. You can use the input and construct another object like {start:20,rows:10, ...} and return the object from the <strong>serializeGridData</strong>&#160;event handler. In the way the new parameter will be send to the server instead. I hope this explanation will be enough for you to construct the url parameters which you need.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 11 Feb 2011 18:24:06 +0200</pubDate>
        </item>
        <item>
        	<title>mmelson on Need pager to send start row instead of starting page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22049</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-pager-to-send-start-row-instead-of-starting-page#p22049</guid>
        	        	<description><![CDATA[<p>I&#39;m connecting jqgrid to json that is being output from SOLR which deals only in records and has no concept of pages.</p>
<p>How can I intercept a paging request for more data &#38; modify the start query arg?</p>
</p>
<p>For example, if my data has 100 records total &#38; 10 records on a page, using the pager to go to page2 sends a GET with start=2. I need to change that to start=20.</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Fri, 11 Feb 2011 09:10:49 +0200</pubDate>
        </item>
</channel>
</rss>