<?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: closeAfterEdit not getting set?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set</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/bugs/closeafteredit-not-getting-set/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on closeAfterEdit not getting set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9424</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9424</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just tested your example on demo page. All work fine. Also the only that I do not test is beforeSubmit event.</p>
<p>Just for test disable this event and try. I think that the error occur in this code.</p>
<p>Should I think that you try to edit the row on the same grid again - with the last line on this event?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 07:16:05 +0300</pubDate>
        </item>
        <item>
        	<title>Martin on closeAfterEdit not getting set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9348</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9348</guid>
        	        	<description><![CDATA[<p>Hi Tony, Sorry I&#160; wasn&#39;t clear.</p>
</p>
<p>When I edit the grid.formedit.js source file and change the default closeAfterEdit from false to true on line 192 the EditGrid does close.</p>
</p>
<p>It seems that the editoptions are not being passed or saved.&#160; Perhaps the EditGridRow I&#39;m calling is breaking something?&#160;</p>
</p>
<p>Thanks</p>
<p>Martin</p></p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 06:40:56 +0300</pubDate>
        </item>
        <item>
        	<title>tony on closeAfterEdit not getting set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9295</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9295</guid>
        	        	<description><![CDATA[<p>Hello Martin,</p>
<p>What you mean with: " If I set these option directly true"?</p>
<p>Did you mean that if you have</p>
<p>var editopt = {....} // the options that you listed</p>
<p>and then</p>
<p>...navGrid(...., editopt...), - does not work</p>
<p>but when you</p>
<p>.. navGrid(....,{here edit options}...) - this work</p>
<p>Is this the case?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 03:12:14 +0300</pubDate>
        </item>
        <item>
        	<title>Martin on closeAfterEdit not getting set?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9285</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/closeafteredit-not-getting-set#p9285</guid>
        	        	<description><![CDATA[<p>I have these edit options in my navGrid:</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; {height:610,reloadAfterSubmit:true, closeAfterEdit:true,closeOnEscape:true, jqModal:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; beforeShowForm : function (formid) {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var mytitle = $(&#39;#inputManager&#39;).val();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#8221;.ui-jqdialog-title&#8221;,&#8221;#edithd&#8221;+&#8221;event&#8221;).html(&#8221;Event Manager: &#8220;+mytitle);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return [true,"",""];<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; beforeSubmit: function setID () {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var mN = $(&#39;#managerID&#39;).val();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var gN = $(&#39;#groupID&#39;).val();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var vN = $(&#39;#venueID&#39;).val();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var pN = $(&#39;#parentID&#39;).val();<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#8221;#event&#8221;).editGridRow(&#8221;new&#8221;,{editData:{managerID:mN, groupID:gN, venueID:vN, parentID:pN}});<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return [true,"",""];<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; bottominfo:&#8221;Fields marked with (*) are required&#8221;}, // edit options</p>
</p>
<p>but the code check in grid.formedit.js (line 805) fails to see the option as true, so the Editgrid won&#39;t close.</p>
<p>I see the same issue with addGrid too. If I set these option directly true (line 192 and 190) it works fine.</p>
</p>
<p>I&#39;m using GitHub from 9/2/09</p>
</p>
<p>Martin</p>
]]></description>
        	        	<pubDate>Thu, 03 Sep 2009 15:51:14 +0300</pubDate>
        </item>
</channel>
</rss>