<?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: cellEdit not saving input value (clientArray)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-saving-input-value-clientarray</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/celledit-not-saving-input-value-clientarray/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sacikumar on cellEdit not saving input value (clientArray)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-saving-input-value-clientarray#p24892</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/celledit-not-saving-input-value-clientarray#p24892</guid>
        	        	<description><![CDATA[<p>Ok. Finally, after spending 4 days I found that the column model names and indexes weren&#39;t same as I was building it dynamically. Added .trim to the names and indexes as well and everything works like a charm.</p>
</p>
<p>Just for reference....</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7301' value='Select Code' data-codeid='sfcode7301' /></p>
<div class='sfcode' id='sfcode7301'>cModel.push( { name:(data[p][n])<span style=&#34;color: #ff0000;&#34;>.trim</span>+&#39;HU&#39;, index:(data[p][n])<span style=&#34;color: #ff0000;&#34;>.trim</span>+&#39;HU&#39;, align:&#39;right&#39;, sorttype:&#39;float&#39;, editable:true, formatter: &#39;number&#39;, formatoptions: { thousandsSeparator: &#34;,&#34;, decimalPlaces: 2 }, summaryType:&#39;sum&#39;, width:100 } );</div>
<p><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Thu, 13 Oct 2011 18:32:40 +0300</pubDate>
        </item>
        <item>
        	<title>sacikumar on cellEdit not saving input value (clientArray)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/celledit-not-saving-input-value-clientarray#p24878</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/celledit-not-saving-input-value-clientarray#p24878</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have a jqGrid table with editable columns. I can edit a cell, type in the new value. But, when I press ENTER to save the value, it doesn&#39;t save. It is a number cell and it resets to 0.00 always and erases the old value. I tried an alert to see if the value is setting and I receive "undefined" for variable value. I searched everywhere to find help with this. My code setting is,</p>
</p>
<p>cellEdit: true,</p>
<p>cellsubmit: &#39;clientArray&#39;</p>
</p>
<p>Please Help!</p>
</p>
<p>Thanks in Advance.</p>
]]></description>
        	        	<pubDate>Wed, 12 Oct 2011 22:41:04 +0300</pubDate>
        </item>
</channel>
</rss>