<?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: json + loadonce + cache problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem</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/json-loadonce-cache-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tg on json + loadonce + cache problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1517</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1517</guid>
        	        	<description><![CDATA[<p>Thanks a lot, just what I needed.</p>
]]></description>
        	        	<pubDate>Sun, 17 Aug 2008 01:50:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on json + loadonce + cache problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1410</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1410</guid>
        	        	<description><![CDATA[<p>As I see you use the old version of jqGrid.</p>
<p>Maybe here is the solution (using the last one)</p>
<p>$(&#8221;#realTable&#8221;).setGridParam({datatype:&#39;xml&#39;,url:"someurl"}).</p>
<p>trigger("reloadGrid");</p>
<p>$("#realTable").setGridParam({datatype:"local"});</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 06 Aug 2008 00:18:59 +0300</pubDate>
        </item>
        <item>
        	<title>tg on json + loadonce + cache problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/json-loadonce-cache-problem#p1406</guid>
        	        	<description><![CDATA[<p>I have a limited data sets in JSON form, so I wanted to use the client-side for sorting, etc.&#160; I have set "loadonce: true,", and the sorting works fine with my data.</p>
<p>My problem now is that when I use a form to update a data row, I want to refresh the jqGrid data to get the updated values, but the request is not being sent as long as loadonce is set to true.&#160;</p>
<p>If loadonce is set to false, I get the proper refresh behavior by using:</p>
<p>&#160;&#160;&#160; $("#realTable").setUrl(&#39;/myURL.do?uniq=&#39;+Math.random()); <br />&#160;&#160;&#160; $("#realTable").trigger("reloadGrid");</p>
</p>
<p>But, if loadonc is set to false, I lose the client-side sort behavior that I am enjoying.</p>
</p>
<p>Thanks in advance,</p>
</p>
<p>tg</p>
]]></description>
        	        	<pubDate>Tue, 05 Aug 2008 14:36:16 +0300</pubDate>
        </item>
</channel>
</rss>