<?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: Inlined edit example</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/inlined-edit-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/inlined-edit-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Pete on Inlined edit example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inlined-edit-example#p2204</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inlined-edit-example#p2204</guid>
        	        	<description><![CDATA[<p>Never mind.&#160; I think I have the basic sequence figured out, although a fully functioning demo that shows editing, update with the roundtrips to the server would be helpful.</p>
<p>As far as I can tell. Editing the example to this:</p>
<p>&#160;&#160;&#160;&#160; onSelectRow: function(id){<br />&#160;&#160; &#160;&#160;&#160; &#160;if(id &#38;&#38; id!==lastsel3){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#workTimes&#39;).saveRow(lastsel3);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#workTimes&#39;).editRow(id,true);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;lastsel3=id;<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;}</p>
<p>Allows the data to be written to the grid.&#160; The editurl call will handle the update part at the server (still figuring out how to pass the cell contents but that shouldn&#39;t be too hard).&#160; The return data from the editurl should be linked up with sucessfunc passed in saveRow so you can determine if all was well at the server end.</p>
<p>I think I have it figured out now.</p>
]]></description>
        	        	<pubDate>Tue, 23 Sep 2008 19:06:27 +0300</pubDate>
        </item>
        <item>
        	<title>Pete on Inlined edit example</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inlined-edit-example#p2203</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inlined-edit-example#p2203</guid>
        	        	<description><![CDATA[<p>Does someone have an example of using inline editing to update a database and return the updated data to the grid?</p>
<p>I have been reading through the examples and although there is quite a bit of good information, I can&#39;t determine from the examples how to pass the changed values to the server and then update the grid with the new values. If someone has a simple example they could post, it would be helpful.</p>
<p>I looked at both the rowedex1 and rowedex4 examples and I can&#39;t see how the data in parsed by the server for update and how the new values populate the grid.</p>
<p>Thanks</p>
<p>Pete</p></p>
]]></description>
        	        	<pubDate>Tue, 23 Sep 2008 18:14:23 +0300</pubDate>
        </item>
</channel>
</rss>