<?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: Automatically update a cell after editing another one</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one</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/automatically-update-a-cell-after-editing-another-one/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Automatically update a cell after editing another one</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28146</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28146</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is usefull to see docs, events and methods, <a href="/jqgridwiki/doku.php?id=wiki:cell_editing" target="_blank">related to this</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 28 Jan 2013 15:25:14 +0200</pubDate>
        </item>
        <item>
        	<title>newUserId on Automatically update a cell after editing another one</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28126</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28126</guid>
        	        	<description><![CDATA[<blockquote>
<p>aram535 said:</p>
<p>I think you can use something like:</p>
<blockquote>
<p>onSelectRow: function (id) {</p>
<p>&#160;&#160;&#160; var rowData = $(this).getRowData(id);</p>
<p>&#160;&#160;&#160; // now you can manipulate rowData as it has all of the DOM elements of that row.</p>
<p>}</p>
</blockquote>
</blockquote>
<hr />
<p>I thought onSelectRow wasn&#39;t available with cell edition?</p>
<p>Anyway, doesn&#39;t that fire when you choose a row? I need the change to happen after I finish changing the value of the checkbox in one of the cells.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 25 Jan 2013 17:05:35 +0200</pubDate>
        </item>
        <item>
        	<title>aram535 on Automatically update a cell after editing another one</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28124</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28124</guid>
        	        	<description><![CDATA[<p>I think you can use something like:</p>
<blockquote>
<p>onSelectRow: function (id) {</p>
<p>&#160;&#160;&#160; var rowData = $(this).getRowData(id);</p>
<p>&#160;&#160;&#160; // now you can manipulate rowData as it has all of the DOM elements of that row.</p>
<p>}</p>
</blockquote>
]]></description>
        	        	<pubDate>Fri, 25 Jan 2013 16:33:27 +0200</pubDate>
        </item>
        <item>
        	<title>newUserId on Automatically update a cell after editing another one</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28123</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/automatically-update-a-cell-after-editing-another-one#p28123</guid>
        	        	<description><![CDATA[<p>Hi. I have the following problem.</p>
<p>I have a cell with edittype = "checkbox" and a formatter that turns the chosen value into a check or a cross image. When I edit it, I need to automatically update another cell (the following one) that has the same property (a checkbox in edit, turns into a check or a cross image). I have been doing this manually in the afterSubmitCell event for these two cells, by erasing the innerHTML in the other cell and appending a span and an img, like the formatter does for each cell after edit.</p>
<p>Is there any way to do this automatically? I tried using the editCell and saveCell methods, but they don&#39;t have a way to set the new value to each cell, so they just send the current value to server.</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 25 Jan 2013 15:40:25 +0200</pubDate>
        </item>
</channel>
</rss>