<?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: gridComplete Event</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event</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/gridcomplete-event/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rojoba on gridComplete Event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5858</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5858</guid>
        	        	<description><![CDATA[<p>Hey Tony</p>
<p>Oh, THAT empty string you mean :)... the gridComplete event still doesn&#39;t fire. The loading message doesn&#39;t go away, so I&#39;m thinking it&#39;s still in a loading state and gridComplete cannot be fired. I&#39;ve decided to put my code outside the grid config and also added "loadui: &#39;disable&#39;" to not display the loading message. Not sure if this is the ideal as I have no idea what I&#39;m doing wrong.</p>
<p>Regards,</p>
<p>Roger</p>
]]></description>
        	        	<pubDate>Mon, 06 Apr 2009 03:39:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on gridComplete Event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5832</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5832</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>datatype: xmlstring,</p>
<p>datastr: &#39;""&#39; ----&#62; i.e. &#39; "" &#39; string in string</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 10:14:31 +0300</pubDate>
        </item>
        <item>
        	<title>rojoba on gridComplete Event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5830</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5830</guid>
        	        	<description><![CDATA[<p>Hi Tony</p>
<p>Thanks for that. I did read the docs and that exact sentence.. I understood it to mean that the gridComplete will fire even if I don&#39;t have data to load. Basically relied on the "other processes" part. 🙂 I tried your suggestion, however, specifying the datatype as &#39;xmlstring&#39; or &#39;jsonstring&#39; and assigning datastr to &#39;&#39; throws a syntax error. If datastr is null, the loading message doesn&#39;t go away. The gridComplete event still doesn&#39;t fire. Here is what I have...</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datastr:&#39;&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype:&#39;xmlstring&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: uniflo.form.calculateGridWidth($(&#39;#correctionList&#39;), 5),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: uniflo.form.calculateGridHeight($(&#39;#correctionList&#39;)),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; shrinkToFit: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidegrid:false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: uniflo.config.GridImgPath,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#correctionPager&#39;, {pginput:false}),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellEdit: true, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cellsubmit: &#39;clientArray&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Correction Lines&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridComplete: function()<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(&#39;yo&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }, &#60;...&#62;</p>
<p>Thanks again,</p>
<p>Roger</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 08:49:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on gridComplete Event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5824</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5824</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>According to docs:</p>
<p>"This fires after all the data is loaded into the grid and all other processes are complete"</p>
<p>If there is no data of any kind (xml, json,array) this event will no fire.</p>
<p>In order to use it set</p>
<p>datatype: &#39;jsonstring&#39; and put empty string to use gridComplete</p>
<p>After this operation the datatype will be set automatically to clientSide.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 07:17:41 +0300</pubDate>
        </item>
        <item>
        	<title>rojoba on gridComplete Event</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5816</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridcomplete-event#p5816</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>(i)</p>
<p>How do I have a table that doesn&#39;t load data? At the moment I use datatype:&#39;clientSide&#39;... but still get the &#39;loading...&#39; message. I just want an editable grid with say 10 empty rows.</p>
<p>(ii)</p>
<p>If there are no rows in the grid, the gridComplete does not fire. However, it fires each time I call addRowData(). Is this correct?</p>
<p>I&#39;d like to insert the empty rows when the gridComplete fires, but can&#39;t seem to do that.</p>
<p>Thanks in advance,</p>
<p>Roger</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 06:25:37 +0300</pubDate>
        </item>
</channel>
</rss>