<?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: rowLock using beforeEditCell is losing initial value</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value</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/rowlock-using-beforeeditcell-is-losing-initial-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Alex on rowLock using beforeEditCell is losing initial value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9783</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9783</guid>
        	        	<description><![CDATA[<p>solved.</p>
<p>used beforeSelectRow event.</p>
]]></description>
        	        	<pubDate>Wed, 16 Sep 2009 19:48:50 +0300</pubDate>
        </item>
        <item>
        	<title>Alex on rowLock using beforeEditCell is losing initial value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9762</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9762</guid>
        	        	<description><![CDATA[<p>RowEdit works just the same. I am using:</p>
<p>&#160;&#160; cellEdit:true,<br />&#160;&#160; cellsubmit:&#39;remote&#39;,<br />&#160;&#160; cellurl: &#39;data-handler&#39;,<br />&#160;&#160; treeGrid: true,</p>
<p>etc....</p>
<p>and making select rows un-editable (the parents in a treegrid).</p>
<p>It works perfectly already; makes the row readonly BUT for some reason it changes my value to 0.00 upon clicking the same cell twice.</p>
<p>I think it&#39;s because I am using "beforeEditCell" as an event, instead on "onSelectRow", but I can&#39;t use "onSelectRow" when cellEdit = true.</p>
<p>Makes sense ?</p>
<p>Thanks,</p>
<p>Alex</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 21:54:57 +0300</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on rowLock using beforeEditCell is losing initial value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9761</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9761</guid>
        	        	<description><![CDATA[<p>I don&#39;t understand what you&#39;d like doing. What does locking&#160; a row mean. You can disable controls in the row not the row, and we don&#39;t have editable as html element attribution. If you don&#39;t want the row being edited jsut return false in RowEdit event when your criteria is true.</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 20:45:59 +0300</pubDate>
        </item>
        <item>
        	<title>Alex on rowLock using beforeEditCell is losing initial value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9759</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowlock-using-beforeeditcell-is-losing-initial-value#p9759</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using the following function to lock a row as disabled:</p>
</p>
<p>&#160;&#160; beforeEditCell: function (rowid,name,val,iRow,iCol){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (rowid == 100000){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#jqg_"+id,"#list").attr(&#39;editable&#39;,false);}},</p>
</p>
<p>Which works fine on the first click of the rows&#39; cell, but on second click it changes my initial value of "220.3" to 0.</p>
<p>How can I prevent jqGrid from changing the value?</p>
<p>Please and Thanks,</p>
<p>Alex</p></p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 18:56:59 +0300</pubDate>
        </item>
</channel>
</rss>