<?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: replace loadui in inline edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit</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/replace-loadui-in-inline-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5664</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5664</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You are right. Thanks. Will correct this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 03:02:31 +0300</pubDate>
        </item>
        <item>
        	<title>Schlawiener on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5638</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5638</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Sorry it is my fault thinking that this is celledit.</p>
<p>Use oneditfunc and aftersavefunc</p>
</blockquote>
<hr />
<p>Hi,</p>
<p>no problem.<br />But I think this is at the moment not possible:</p>
<p>in grid.inlineedit.js there is a direct call to display the default loadui (line 129: $(&#8221;div.loading&#8221;,$t.grid.hDiv).fadeIn(&#8221;fast&#8221;);) and after the ajax call to hide the loadui (line 170: (&#8221;div.loading&#8221;,$t.grid.hDiv).fadeOut(&#8221;fast&#8221;);)</p>
<p>Can anyone verify this?</p>
<p>The loadui replacement for pager is done in grid.base.js there the loadui is replaced depending on the configuration in the beginReq-function (line 942).</p>
<p>There is the call for beforeRequest (I was also looking for inlineedit) and displaying the loadui based on configuration</p>
<p>Probably this is some kind of feature request? But nothing urgent, it would only be nicer if you could replace the loadui everywhere via the configuration.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 11:46:30 +0200</pubDate>
        </item>
        <item>
        	<title>tony on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5486</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5486</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry it is my fault thinking that this is celledit.</p>
<p>Use oneditfunc and aftersavefunc</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 21 Mar 2009 11:29:07 +0200</pubDate>
        </item>
        <item>
        	<title>Schlawiener on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5444</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5444</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I think these functions will only affect in the cell edit form, not in inline edit mode.</p>
<p>I also set the loadui to &#39;block&#39;, but the loadui is the default one.</p>
<p>I tried to create the functions:</p>
<p>beforeEditCell: function(id,name,v,iRow,iCol){console.log(&#39;beforeditcell&#39;);},<br />afterEditCell: function(id,name,v,iRow,iCol){console.log(&#39;aftereditcell&#39;);},<br />afterSaveCell:function(id,name,v,iRow,iCol{console.log(&#39;aftersavecell&#39;);},<br /> afterSubmitCell:function(result,postdata,nm,v,iRow,iCol){console.log(&#39;aftersubmitcell&#39;);},<br />beforeSubmitCell: function(id,name,v,iRow,iCol){console.log(&#39;beforesubmitcell&#39;);return{};},</p>
<p>only to see if they are called, and there was no output in the console</p></p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 10:09:58 +0200</pubDate>
        </item>
        <item>
        	<title>tony on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5428</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5428</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use the appropriate events in cell editing module e.g beforeEdit afterSubmit (if I remember right the names)</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 05:34:12 +0200</pubDate>
        </item>
        <item>
        	<title>Schlawiener on replace loadui in inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5417</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/replace-loadui-in-inline-edit#p5417</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>how can I replace the default loadui with a custom made in the inline edit mode?</p>
<p>If I set loadui to disable and change the beforeRequest and loadComplete to functioncalls, this works, bur only if I sort the columns or use the pager.</p>
<p>If I edit and submit a cell the default loadui is shown (like loadui="enable").</p>
<p>Is this possible?</p>
]]></description>
        	        	<pubDate>Wed, 18 Mar 2009 15:08:07 +0200</pubDate>
        </item>
</channel>
</rss>