<?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: Programtically show the "Loading" box</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box</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/programtically-show-the-loading-box/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Programtically show the "Loading" box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p12045</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p12045</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is a way to do this, but if you use formedit module the indicator will not show (it will be behind the form). Also I suggest you to use the new ajax settings and construct your own indicator. See what is new in 3.6.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 02:16:40 +0200</pubDate>
        </item>
        <item>
        	<title>Ballresin on Programtically show the "Loading" box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11962</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11962</guid>
        	        	<description><![CDATA[<p>Then just trigger the grid&#39;s built-in &#39;Loading&#8230;&#39; div&#39;s visibility.</p>
</p>
<p>The element ID with 3.6 for me is &#39;load_gridledgertable&#39;... yours is probably &#39;load_&#60;nameoftable&#62;&#39;</p>
</p>
<p>New code below.</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4902' value='Select Code' data-codeid='sfcode4902' /></p>
<div class='sfcode' id='sfcode4902'>
<p>$(document).ready(function() {</p>
<p>$(&#39;#load_gridledgertable&#39;).ajaxStart(function(){$(this).show();}).ajaxStop(function(){$(this).hide();});</p>
<p>&#8230;other code&#8230;</p>
<p>}</p>
</div>
]]></description>
        	        	<pubDate>Sun, 15 Nov 2009 13:31:35 +0200</pubDate>
        </item>
        <item>
        	<title>GrantDG on Programtically show the "Loading" box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11958</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11958</guid>
        	        	<description><![CDATA[<p>I want to use the jqGrid Loading box (if possible), not a separate indicator.</p></p>
]]></description>
        	        	<pubDate>Sun, 15 Nov 2009 01:26:10 +0200</pubDate>
        </item>
        <item>
        	<title>Ballresin on Programtically show the "Loading" box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11957</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11957</guid>
        	        	<description><![CDATA[<p>I&#39;m relatively new to jqGrid, so bear with me if this isn&#39;t the right way...</p>
</p>
<p>I&#39;m firing a line of code on document ready to trigger my loading indicator div&#39;s visibility. My element #loadingindicator is a div that has a gif and some text to provide the user with feedback. This is really great because it triggers every time I run an Ajax call, letting the user know to be patient.</p>
</p>
<p>Hope it helps. Code below.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5367' value='Select Code' data-codeid='sfcode5367' /></p>
<div class='sfcode' id='sfcode5367'>
<p>$(document).ready(function() {</p>
<p><span> </span>$(&#39;#loadingindicator&#39;).ajaxStart(function(){$(this).show();}).ajaxStop(function(){$(this).hide();});</p>
<p>...other code...</p>
<p>}</p>
</div>
]]></description>
        	        	<pubDate>Sun, 15 Nov 2009 00:55:42 +0200</pubDate>
        </item>
        <item>
        	<title>GrantDG on Programtically show the "Loading" box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11879</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/programtically-show-the-loading-box#p11879</guid>
        	        	<description><![CDATA[<p>I have a process that goes as follows:</p>
<ol>
<li>User clicks a button which updates some data on the back end - (this is a slowish process),</li>
<li>Once data is updated, a callback is fired which reloads the Grid data</li>
</ol>
<p>Currently, the "Loading" box only shows at step 2 - I&#39;d like to trigger it at step 1, to give the user some feedback.</p>
<p>I can&#39;t find a public method to achieve this - but maybe I&#39;m missing something.</p>
<p>Anyone with a usggestion for how to achieve this?</p>
<p>Using v3.6</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 19:27:43 +0200</pubDate>
        </item>
</channel>
</rss>