<?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: Throbber help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/throbber-help</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/throbber-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tobias on Throbber help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/throbber-help#p12807</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/throbber-help#p12807</guid>
        	        	<description><![CDATA[<p>I have two grids that I am transferring data between (fixed earlier by Tony).&#160; I was trying to implement a throbber while the data is being moved between grids, due to it taking a little bit to do so.&#160; What I have found is that the throbber will not come on until after the data has been moved, even though it is called before the data move process begins.&#160; I had to comment out the turn off part, to see that it actually did come on.</p>
<p>Would it be better to implement a delay until the throbber is visible or is it not possible to have this run asynchronously?</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3138' value='Select Code' data-codeid='sfcode3138' /></p>
<div class='sfcode' id='sfcode3138'>
<p>$(&#39;#campaign-movedown&#39;).click(function() {<br />&#160;$(&#39;#id_overlay&#39;).addClass("ui-overlay");<br />&#160;$(&#39;#widget_overlay&#39;).addClass("ui-widget-overlay");</p>
<p>&#160;$(&#39;#throbber&#39;).show();</p>
<p>&#160;var RowList;<br />&#160;RowList = $("#grid1").getRowData();<br />&#160;var Row;<br />&#160;for( Row in RowList )<br />&#160;{<br />&#160;&#160;$("#grid2").addRowData(Row,RowList[Row]);<br />&#160;}<br />&#160;$("#grid1").clearGridData();<br />&#160;$("#grid2").trigger("reloadGrid");<br />//&#160;$(&#39;#throbber&#39;).hide();</p>
<p>//&#160;$(&#39;#id_overlay&#39;).removeClass("ui-overlay");<br />//&#160;$(&#39;#widget_overlay&#39;).removeClass("ui-widget-overlay");<br />});</p>
</div>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 03:47:23 +0200</pubDate>
        </item>
</channel>
</rss>