<?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: local form editing using jqgrid 4.6.0 version</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/local-form-editing-using-jqgrid-4-6-0-version</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/discussion/local-form-editing-using-jqgrid-4-6-0-version/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on local form editing using jqgrid 4.6.0 version</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/local-form-editing-using-jqgrid-4-6-0-version#p30642</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/local-form-editing-using-jqgrid-4-6-0-version#p30642</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>The form editiong does not support local editing. You can use inline edit for this purpose. See editurl option on how to point to local editing.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 20 May 2014 14:42:08 +0300</pubDate>
        </item>
        <item>
        	<title>ss on local form editing using jqgrid 4.6.0 version</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/local-form-editing-using-jqgrid-4-6-0-version#p30638</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/local-form-editing-using-jqgrid-4-6-0-version#p30638</guid>
        	        	<description><![CDATA[<p>I have a jqgrid table in which I display my data,locally. I need to add record,edit record and delete.I referred to&#160;<a href="http://stackoverflow.com/questions/19836676/multiple-jqgrid-on-one-page-how-to-identify-which-grid-on-when-click-on-add-b/19847745#19847745" target="_blank">Multiple jqGrid on one page, how to identify which grid on when click on "add" button on navigator?</a>&#160;for jqgrid 4.5.4 version.</p>
<p>The add record doesn&#39;t work for me on jqgrid 4.6.0 version.It adds record succesfully only the first time.On subsequent attempts,The issue I am facing is, onClickSubmit has postdata row values empty.So as result,it adds blank rows.</p>
<p>The code I use is exactly same as mentioned in the link above.Th only change is my JSON data is :</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit8363' value='Select Code' data-codeid='sfcode8363' /></p><div class='sfcode' id='sfcode8363'>data = [{&#39;fname&#39;:&#39;abc&#39;,&#39;lname&#39;:&#39;def&#39;},
        {&#39;fname&#39;:&#39;efg&#39;,&#39;lname&#39;:&#39;xyz&#39;}]
</div></pre>
<p>Also,colNames and colModel looks like :</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit1782' value='Select Code' data-codeid='sfcode1782' /></p><div class='sfcode' id='sfcode1782'> colNames:[&#39;fname&#39;,&#39;lname&#39;],
 colModel:[{&#39;name:&#39;fname&#39;, index:&#39;fname&#39;, width:&#39;40&#39;,editable: true,key:true},
       {name:&#39;lname&#39;, index:&#39;lname&#39;, width:&#39;60&#39;, sortable:false,editable: true}]</div><p><input type='button' class='sfcodeselect' name='sfselectit9126' value='Select Code' data-codeid='sfcode9126' /></p><div class='sfcode' id='sfcode9126'><span style=&#34;background-color: #ffffff; color: #000000; font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif; font-size: 14px;&#34;>Thanks,</span></div></pre>
<p>Shweta</p>
]]></description>
        	        	<pubDate>Mon, 19 May 2014 21:35:12 +0300</pubDate>
        </item>
</channel>
</rss>