<?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: Jqgrid Add and Edit form property is not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working</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/jqgrid-add-and-edit-form-property-is-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Jqgrid Add and Edit form property is not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31144</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31144</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Yes- big Thanks to Oleg!</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 17 Sep 2014 10:04:57 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Jqgrid Add and Edit form property is not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31137</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31137</guid>
        	        	<description><![CDATA[<p>Yeah,</p>
<p>thanks to Oleg for sorting out this Issue.</p>
]]></description>
        	        	<pubDate>Tue, 16 Sep 2014 18:27:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Jqgrid Add and Edit form property is not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31090</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31090</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Â </p>
<p>Thanks. There is a bug when jqModal is false. It will be fixed ASAP?</p>
<p>At the moment set thisparameter to true.</p>
<p>Â </p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 08 Sep 2014 14:42:04 +0300</pubDate>
        </item>
        <item>
        	<title>palashbolia91 on Jqgrid Add and Edit form property is not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31052</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-add-and-edit-form-property-is-not-working#p31052</guid>
        	        	<description><![CDATA[<p>My Problem is one i start application and click on jqgrid add button then it pick add property. After that if i click on edit but then it also pick the add button property.</p>
<p>Again if i start application again and this time if i chose edit button(Suppose i already have data in grid without hitting add button) this time edit form populate with edit property. Now click on add button now it pick edit form property. I could not understand what's going on.</p>
<p>Â </p>
<p>thanks in advance.</p>
<p>Â </p>
<p>jQuery.extend(jQuery.jgrid.edit, {<br />
 ajaxEditOptions: { contentType: "application/json" },<br />
 recreateForm: true,<br />
 jqModal:false,<br />
 reloadAfterSubmit:true,<br />
 closeOnEscape:true,<br />
 closeAfterEdit:true,<br />
 closeAfterAdd:true,<br />
 afterSubmit: function(response){<br />
 var success = false;<br />
 if(response.responseText == "added"){<br />
 // alert("Data added successfully");<br />
 $('#edit').trigger('click');<br />
 }<br />
 if(response.responseText == "edited"){<br />
 // alert("Data edited successfully");<br />
 $('#edit').trigger('click');<br />
 }<br />
 if(response.responseText == "wrongApp"){<br />
 alert("Wrong app");<br />
 }<br />
 return[true,"success",null];<br />
 },</p>
<p>top: 100,<br />
 left: 200,</p>
<p>height: 600,<br />
 width: 500,<br />
 closeAfterSubmit:true,</p>
<p>// mtype: 'POST',<br />
 serializeEditData: function (postData) {<br />
 if (postData.name == undefined) { postData.name = null; }</p>
<p>//alert(JSON.stringify(postData));<br />
 var elemId;<br />
 $('[name=chkboxId]:checked').each(function() {<br />
 elemId = $(this).val();<br />
 });<br />
 var postDatas=JSON.stringify(postData);</p>
<p>postDatas = postDatas.substring(0, postDatas.length -1);</p>
<p>var elemIdJson = ","elem":"";<br />
 var elemIdJson = elemIdJson+elemId;<br />
 var elemIdJson = elemIdJson+""}";<br />
 var postDatas=postDatas.concat(elemIdJson);</p>
<p>return postDatas;</p>
<p>}</p>
<p>});</p>
<p>}</p>
]]></description>
        	        	<pubDate>Thu, 04 Sep 2014 16:33:20 +0300</pubDate>
        </item>
</channel>
</rss>