<?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: Inline Editing: functions don't fire, data doesn't post</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post</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/inline-editing-functions-dont-fire-data-doesnt-post/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Drew on Inline Editing: functions don't fire, data doesn't post</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7273</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7273</guid>
        	        	<description><![CDATA[<p>Thanks for the reply Tony,</p>
<p>I am indeed using saveRow, so moving the events/params to the saveRow call fixed the problem.</p>
</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 11:37:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Inline Editing: functions don't fire, data doesn't post</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7271</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7271</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How do you post to the server? Do you use saveRow method?</p>
<p>If this is the case - you set not to use keys - i.e. enter key for saving. These events are passed to the saveRow method if enter key is used (also editRow call saveRow). In order to work this pass the events and extraparam to the saveRow method instead.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 11:33:02 +0300</pubDate>
        </item>
        <item>
        	<title>Drew on Inline Editing: functions don't fire, data doesn't post</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7244</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editing-functions-dont-fire-data-doesnt-post#p7244</guid>
        	        	<description><![CDATA[<p>My js:</p>
<p>function onEdit(rowid) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; debugger;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; function onSuccess(res) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; debugger;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; function afterSave(rowid, responseText) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; debugger;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; function onError(res, stat) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; debugger;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
</p>
<p>On the Grid&#39;s row selected, I call:</p>
<p>$(&#39;#FCGrid&#39;).editRow(id, false, onEdit, onSuccess, &#39;/Update/Edit/&#39;, { mydata: "Drew" }, afterSave, onError);</p>
<p>It will successfully fire the onEdit event, and post to the server.&#160; However, when it posts to the server "mydata" is null.&#160; Additionally, none of the other events declared are ever fired.&#160; Is there something wrong with my code?</p>
]]></description>
        	        	<pubDate>Tue, 16 Jun 2009 11:25:15 +0300</pubDate>
        </item>
</channel>
</rss>