<?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: Edit form ok at first call, then always display same values</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values</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/edit-form-ok-at-first-call-then-always-display-same-values/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Edit form ok at first call, then always display same values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31393</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31393</guid>
        	        	<description><![CDATA[<p>Yes, I will publish the new release very soon.</p>
<p>Â </p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Wed, 19 Nov 2014 15:59:05 +0200</pubDate>
        </item>
        <item>
        	<title>djikstra on Edit form ok at first call, then always display same values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31376</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31376</guid>
        	        	<description><![CDATA[<p>Hi Oleg,</p>
<p>Thank you very much for both explanations and the two suggested workarounds, they are both working like a charm.Â I'm gonna look at my project and select one of these options to move forward.</p>
<p>Once again, thank you !</p>
]]></description>
        	        	<pubDate>Thu, 13 Nov 2014 12:51:14 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Edit form ok at first call, then always display same values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31373</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31373</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>the reason of the problem is the bug described starting from <a href="http://www.trirand.com/blog/?page_id=393/bugs/edit-and-add-not-working-simultaneously#p31070" target="_blank">here</a>. The bug should be already fixed in jqGrid code on github.Â As the workaround you can have two other options (one from the above workarounds can be used) which works in jqGrid 4.6.0:</p>
<ul>
<li>removeÂ <strong>jqModal: false</strong> option or useÂ <strong>jqModal:Â true</strong>. See <a href="http://jsfiddle.net/OlegKi/3w2czkea/19/" target="_blank">http://jsfiddle.net/OlegKi/3w2czkea/19/</a>Â </li>
<li>remove previous edit form inside ofÂ beforeInitData like I described in my referenced answer:Â <strong>beforeInitData: function () {Â ("#editmod" + this.id).remove(); }</strong>. SeeÂ <a href="http://jsfiddle.net/OlegKi/3w2czkea/20/" target="_blank">http://jsfiddle.net/OlegKi/3w2czkea/20/</a></li>
</ul>
<p>I hope that Tony will publish the current jqGrid code from github as new release of jqGrid.</p>
<p>Best regards<br />
 Oleg</p>
]]></description>
        	        	<pubDate>Thu, 13 Nov 2014 09:48:33 +0200</pubDate>
        </item>
        <item>
        	<title>djikstra on Edit form ok at first call, then always display same values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31371</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31371</guid>
        	        	<description><![CDATA[<p>I'm wondering if the problem could be the different versions used between my jsFiddle and the example :</p>
<p>jsFiddle : jQuery 1.11.0 / jQuery UI 1.11.2 / jqGrid 4.6.0</p>
<p>example : jQuery 1.10.2 / jQuery UI 1.10.3 / jqGrid 4.5.4</p>
]]></description>
        	        	<pubDate>Thu, 13 Nov 2014 02:15:44 +0200</pubDate>
        </item>
        <item>
        	<title>djikstra on Edit form ok at first call, then always display same values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31370</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-form-ok-at-first-call-then-always-display-same-values#p31370</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>I'm facing a strange behavior using jqGrid and local data. You can find theÂ <a href="http://jsfiddle.net/djikstra/3w2czkea/" target="_blank">jsFiddle example</a>, directly inspired fromÂ <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing2.htm" target="_blank">this site</a></p>
<p>When I try to edit or add a row, the first attempt is OK : form show up, i complete the fields, click submit and the data is displayed in the table.</p>
<p>On second attempt, if i try to add or edit a row, values from my first attempt are used in the form. I don't understand why, and I think I'm just stupid because I'm pretty sure it's a small mistake.</p>
<p>Do you have an idea of what I'm doing wrong ?</p>
]]></description>
        	        	<pubDate>Wed, 12 Nov 2014 20:20:46 +0200</pubDate>
        </item>
</channel>
</rss>