<?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: jqGrid 3.6.5 &#38; "Loading..."</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading</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/jqgrid-3-6-5-loading/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid 3.6.5 &#38; "Loading..."</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17955</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17955</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Also updated Upgrade options and documentation.</p>
<p>Best REgards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 13:30:39 +0300</pubDate>
        </item>
        <item>
        	<title>karabot on jqGrid 3.6.5 &#38; "Loading..."</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17815</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17815</guid>
        	        	<description><![CDATA[<p>I wrote a smaller version of my grid that illustrates the issues I have, in the process I was able to identify what the problem is so there is no need to post it :).</p>
<p>Now, the problem lies in the loadComplete event--in particular the object that is passed to the handler.&#160;&#160; The documentation says that the argument to the loadComplete handler is an XMLHttpRequest object--on the other hand my handler receives one that contains what I expect to find in the xhr.responseText attribute.</p>
<p>Here&#39;s my loadComplete handler:</p>
</p>
<p>//<br />function clmt_gridLoadCompleteCallback(request) {<br />&#160; console.log("TESTER");<br />&#160; tester.debug.writeObj(request);<br />}</p>
<p>The writeObj function iterates through all fields and logs them in the firebug console.&#160; The console output looks like this:</p>
<div class="logRow logRow-log">TESTER</div>
<div class="logRow logRow-log">*****************</div>
<div class="logRow logRow-log">[object Object]</div>
<div class="logRow logRow-log">&#160; page: 1</div>
<div class="logRow logRow-log">&#160; returnCode: 0</div>
<div class="logRow logRow-log">&#160; records: 0</div>
<div class="logRow logRow-log">&#160; total: 0</div>
<div class="logRow logRow-log">&#160; rows:</div>
</p>
<p>So did something change in the argument to the loadComplete event or am I missing something?</p>
</p>
<p>TIA</p>
<p>George</p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 19:22:50 +0300</pubDate>
        </item>
        <item>
        	<title>karabot on jqGrid 3.6.5 &#38; "Loading..."</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17752</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17752</guid>
        	        	<description><![CDATA[<p>Yup I read them and I do as it says:</p>
</p>
<p>&#160;&#160; &#160;&#160;&#160;&#160; jQuery("#gridTable").jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url: request,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype: "GET",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: "150", <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames: response.data.colNames, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel: response.data.colModel, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Validation History&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; loadComplete: cvld_gridLoadCompleteCallback,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;loadError: cvld_gridLoadErrorCallback,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jsonReader: {id: &#39;log_id&#39;}<br />&#160;&#160; &#160;&#160;&#160; &#160;});</p>
</p>
<p>The grid rows are displayed properly, the "Loading...", however, stays visible.&#160;&#160; I &#39;ll spend sometime tomorrow to reproduce it in a minimal set of files.</p>
<p>George</p>
]]></description>
        	        	<pubDate>Fri, 04 Jun 2010 19:35:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6.5 &#38; "Loading..."</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17748</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17748</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Did you have read the upgrade notes?</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.6.4_to_3.6.5" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....4_to_3.6.5</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 04 Jun 2010 19:14:47 +0300</pubDate>
        </item>
        <item>
        	<title>karabot on jqGrid 3.6.5 &#38; "Loading..."</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17717</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-3-6-5-loading#p17717</guid>
        	        	<description><![CDATA[<p>Hi guys,</p>
<p>I have just upgraded to the latest stable jQuery 1.4.2, jQuery UI 1.8.1, and jqGrid 3.6.5 and some of the grids that I have developed for a while now are having some issues, albeit minor ones.</p>
<p>In fact, the only problem I have enountered is with the "Loading..." staying displayed indefinetely even when my data are loaded.&#160;&#160; I have to manually do a jQuery(&#39;#load_&#39;+tid).hide() in my loadComplete event handler to make it dissapear.</p>
<p>Has anyone of you experienced similar behavior?&#160; FYI, switching to the&#160; earlier version of 3.6.1 works fine.</p>
<p>TIA,</p>
<p>George</p>
]]></description>
        	        	<pubDate>Thu, 03 Jun 2010 20:10:50 +0300</pubDate>
        </item>
</channel>
</rss>