<?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: afterSubmitCell example</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example</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/aftersubmitcell-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>birt on afterSubmitCell example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3226</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3226</guid>
        	        	<description><![CDATA[<p>Ok,&#160;I got it!</p>
<p>Thanks a lot for your help!!</p>
]]></description>
        	        	<pubDate>Mon, 24 Nov 2008 08:33:36 +0200</pubDate>
        </item>
        <item>
        	<title>YamilBracho on afterSubmitCell example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3195</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3195</guid>
        	        	<description><![CDATA[<p>I use this format to send a response (I use json):</p>
<p>{ status:boolean_value, message:"Your message_here"}</p>
<p>For example:</p>
<p>{ status:true, message:"Your data was updated OK"}</p>
<p>In my javascript I do:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery.get(url, function(data) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var objStatus = eval(&#39;(&#39; + data + &#39;)&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(objStatus.message);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // Refresca Grid<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").trigger("reloadGrid");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; })</p>
<p>HTH</p></p>
]]></description>
        	        	<pubDate>Fri, 21 Nov 2008 08:38:03 +0200</pubDate>
        </item>
        <item>
        	<title>birt on afterSubmitCell example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3194</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3194</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Thanks for a quick reply. I studied both examples and quite a&#160;lot of posts in the forum regarding the "afterSubmit".</p>
<p>My afterSubmitCell function right now looks like, but there is no msgbox coming up.</p>
<p>&#160;afterSubmitCell: function(serverStatus, aPostData) {<br />&#160;&#160;var response = serverStatus.responseText;<br />&#160;&#160;alert(response);<br />&#160;&#160;return [false,response,""];<br />&#160;}</p>
<p>Two questions:</p>
<p>1.) Is the functionality&#160;of afterSubmitCell exactly the same as for afterSubmit??&#160;</p>
<p>2.) It might be a stupid question but I really can&#39;t find out how I should write the code in PHP that will generate the response.</p>
]]></description>
        	        	<pubDate>Fri, 21 Nov 2008 07:47:01 +0200</pubDate>
        </item>
        <item>
        	<title>tony on afterSubmitCell example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3187</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3187</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Look at the examples - the afterSubmitCell have the same sence</p>
<p>as afterSubmitForm in formedit</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 21 Nov 2008 03:59:01 +0200</pubDate>
        </item>
        <item>
        	<title>birt on afterSubmitCell example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3167</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftersubmitcell-example#p3167</guid>
        	        	<description><![CDATA[<p>I&#39;m new to jqGrid but really likes it!</p>
<p>Right now I&#39;m am struggling with celll editing and the afterSubmitCell event. I think I understand it&#39;s functionality but I can&#39;t&#160;see how I should&#160;write the code...&#160;&#160;&#160; Is there anyone who could post some sample code&#160;that can be used to&#160;take care&#160;about the serverresponse? Both in&#160;the grid and on&#160;the server side.&#160;</p>
<p>Thanks in advance.</p></p>
]]></description>
        	        	<pubDate>Thu, 20 Nov 2008 03:00:42 +0200</pubDate>
        </item>
</channel>
</rss>