<?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 page index when calling trigger("reloadGrid") with true scrolling enabled</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled</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-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Problem with page index when calling trigger("reloadGrid") with true scrolling enabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15254</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15254</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please Look here</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/bugs/trigger-reload-grid/#p15253" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....id/#p15253</a></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Mar 2010 20:01:38 +0200</pubDate>
        </item>
        <item>
        	<title>haypet on Problem with page index when calling trigger("reloadGrid") with true scrolling enabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15252</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15252</guid>
        	        	<description><![CDATA[<p>Here is a link to working example that demonstrates this problem:</p>
</p>
<p><a href="http://www.arnaco.com/test/" target="_blank">http://www.arnaco.com/test/</a></p>
</p>
<p>On the page there are 2 buttons. First loads grid with 500 records, second with only 40. Please use following steps to recreate:</p>
<p>1. Click first "Reload Grid" (top left) button and see grid loads.</p>
<p>2. Scroll grid to Page #20, so it shows records 201 - 240.</p>
<p>3. Click second "Reload Grid With Less Data" button and see grid reloads, but page index is carried over from previouse request.</p>
</p>
<p>If you view source of aspx page you will see that onclick I will explicitly set {page: 1} ($(&#39;#scrolling&#39;).setGridParam({page:1, filter: 1}).trigger(&#39;reloadGrid&#39;);").</p>
]]></description>
        	        	<pubDate>Mon, 01 Mar 2010 19:55:21 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Problem with page index when calling trigger("reloadGrid") with true scrolling enabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15231</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15231</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry, but I do not understand what is acctually the problem. Please can you explain simple and post your code?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 27 Feb 2010 22:03:14 +0200</pubDate>
        </item>
        <item>
        	<title>haypet on Problem with page index when calling trigger("reloadGrid") with true scrolling enabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15166</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-page-index-when-calling-triggerreloadgrid-with-true-scrolling-enabled#p15166</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using jqGrid 3.6.4 with dataType: "json",&#160;mtype: "get". Grid work great in general. But I am running into problem with following scenario:</p>
</p>
<p>1. Load initial grid so it has data for multiple pages (in my case 3 pages with 40 rows in each page).</p>
<p>2. Scroll to 3rd page. You will notice that&#160;"beforeRequest" event is called twice most of the time with page = 2 and then page = 3.</p>
<p>3. Call trigger("reloadGrid") and you will see that request is sent with page index caring over.</p>
</p>
<p>The problem is, that I call trigger("reloadGrid") to reload data with new filters, so keeping page index is not acceptable for me, because returned data can be only 30 records, so there is no information displayed in the grid. I&#39;ve tried to set page index in beforeRequest event, but it didn&#39;t help, actually it causes jquery error.</p>
<p>So my question is...how can I achieve my goal, so grid is truly reloaded with page index being 1 (like what happens when you try to sort the grid).</p>
</p>
<p>Thank you anyone for help and support!</p>
]]></description>
        	        	<pubDate>Thu, 25 Feb 2010 21:34:06 +0200</pubDate>
        </item>
</channel>
</rss>