<?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: when does loadComplete fire?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/when-does-loadcomplete-fire</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/when-does-loadcomplete-fire/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>SomethingNew on when does loadComplete fire?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/when-does-loadcomplete-fire#p21085</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/when-does-loadcomplete-fire#p21085</guid>
        	        	<description><![CDATA[<p>I&#160;concur&#160;with this report, when should the loadComplete event fire in a loadonce table? &#160;There seems to be too many calls to it, and makes it seem almost redundant with gridComplete.</p>
]]></description>
        	        	<pubDate>Thu, 02 Dec 2010 20:29:44 +0200</pubDate>
        </item>
        <item>
        	<title>Octavient on when does loadComplete fire?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/when-does-loadcomplete-fire#p20300</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/when-does-loadcomplete-fire#p20300</guid>
        	        	<description><![CDATA[<p>I believe this might be a bug: &#160;the loadComplete event is firing on all sort and paginate clicks, when the documentation seems to suggest that it shouldn&#39;t--it says that the gridComplete will fire on sorts, paginates, etc., but the loadComplete says "This event is executed immediately after every server request." &#160;If I set the script to use the "loadonce" feature, it seems as though the loadComplete should NOT fire on sorts, paginates, etc--just ONCE after the initial load from the server. &#160;</p>
<p>Am I reading this wrong? &#160;Or is this actually a bug?</p>
<p>The code that I think is relevant is pasted below. &#160;I&#39;ve tried 3.7.2 and beta 3.8. &#160;</p>
</p>
<p class="p1">jQuery("#list3").jqGrid({</p>
<p class="p2">&#160;&#160; 		url:&#39;ajax_server.asp&#39;,</p>
<p class="p1">datatype: "xml",</p>
<p class="p2">&#160;&#160; 		colNames:[&#39;&#39;,&#39;Column1&#39;,&#39;Column2&#39;],</p>
<p class="p1">&#160;&#160; 		colModel:[</p>
<p class="p1">&#160;&#160; 			{name:&#39;Column1&#39;,index:&#39;Column1&#39;,sortable:true,sorttype:&#39;int&#39;},</p>
<p class="p1">&#160;&#160; 			{name:&#39;Column2&#39;,index:&#39;Column2&#39;,sortable:true, sorttype:&#39;text&#39;},</p>
<p class="p1">&#160;&#160; 		],</p>
<p class="p1">rowNum:10000,</p>
<p class="p1">viewrecords: true,</p>
<p class="p1">loadonce: true,</p>
<p class="p1">loadComplete: function(){</p>
<p class="p2"><span style="white-space: pre;"> </span>alert(&#39;init loadComplete&#39;);</p>
<p class="p1">},</p>
<p class="p1">caption: "my grid"</p>
<p class="p1">});</p>
]]></description>
        	        	<pubDate>Thu, 14 Oct 2010 00:34:56 +0300</pubDate>
        </item>
</channel>
</rss>