<?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: Loading/wait display with function datatype..</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype</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/loadingwait-display-with-function-datatype/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>A. Soong on Loading/wait display with function datatype..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p11047</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p11047</guid>
        	        	<description><![CDATA[<p>Sweet!&#160; I thought I inadvertently blew something up when I converted my grids to use webmethods in my code behind.&#160; Thanks!</p>
</p>
<p>Just a side question - was the animation left out on purpose or will it be added back in with the next release?</p>
]]></description>
        	        	<pubDate>Fri, 23 Oct 2009 18:33:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Loading/wait display with function datatype..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8616</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8616</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry for the typo.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 15 Aug 2009 02:21:14 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on Loading/wait display with function datatype..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8565</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8565</guid>
        	        	<description><![CDATA[<p>Thanks a lot!</p>
<p>You have a typo in there but I figured it out from there.&#160; (the second and fourth lui_mygrid should be load_mygrid.</p>
</p>
<p>Alan</p>
]]></description>
        	        	<pubDate>Thu, 13 Aug 2009 15:05:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Loading/wait display with function datatype..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8520</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8520</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>There are two element which should be used in this case. They are  created during the grid initialization <br />If your grid has id=mygrid, then additinally two elements are created -  one for the message and another for the overlay- <br />these id are as follow (suppose you have mygrid as id)&#160; lui_mygrid and  load_mygrid <br />As in your case the function should maybe look like this </p>
<p>datatype: function (request) { <br />&#160;&#160; $("#lui_mygrid, #lui_mygrid").show(); <br />&#160;&#160; $.ajax({ <br />&#160;&#160;&#160; ..... <br />&#160;&#160;&#160;&#160;&#160;&#160; complete : function(){ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; .... <br />&#160;&#160;&#160;&#160;&#160;&#160; $("#lui_mygrid, #lui_mygrid").hide(); <br />&#160;&#160;&#160;&#160;&#160;&#160; }, <br />&#160;&#160;&#160;&#160;&#160;&#160; error: function () { <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#lui_mygrid, #lui_mygrid").hide(); <br />&#160;&#160;&#160;&#160;&#160;&#160; }, <br />&#160;&#160;&#160;&#160;&#160;&#160; .... <br />&#160;&#160;&#160; }); <br />} </p>
<p>Note where the hide() should be applied.</p>
<p>Enjoy</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 13 Aug 2009 02:41:43 +0300</pubDate>
        </item>
        <item>
        	<title>descsuit on Loading/wait display with function datatype..</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8476</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/loadingwait-display-with-function-datatype#p8476</guid>
        	        	<description><![CDATA[<p>Is there anyway to make that happen?&#160; It would seem easy enough to wrap the call.&#160; I made my function synchronous just for that purpose, but if I had a way to enable/show and then disable/hide the Loading/wait display I could do it async easily enough.</p>
<p>I know you can enable/disable the display for ajax datatypes.. but I need it for the function datatype.</p>
<p>Alan</p>
]]></description>
        	        	<pubDate>Wed, 12 Aug 2009 15:04:07 +0300</pubDate>
        </item>
</channel>
</rss>