<?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: AddRow-Form appears only once</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once</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/addrow-form-appears-only-once/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>csicky on AddRow-Form appears only once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22902</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22902</guid>
        	        	<description><![CDATA[<blockquote>
<p>yukito200 said:</p>
<p>I also had this same problem. With this message in firefox using console error</p>
</p>
<p>Error: fld[0] is undefined<br />Archivo de origen: &#60;PATH&#62;/js/jquery.jqGrid.src.js<br />L&#237;nea: 6599</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; } else {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( fld[0].type==&#39;checkbox&#39; ) { &#60;&#60;&#60;&#60;&#60; This one! LINE</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I used jquery.jqGrid.src.js version 4.0.0</p>
</p>
<p>Only changed the line 6584:</p>
<p>if(fld &#38;&#38; fld[0] !== null) {</p>
<p>to this:</p>
<p>if(fld &#38;&#38; fld[0] != null &#38;&#38; fld[0] !== null) {</p>
</p>
<p>Happy jqGrid <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
</p>
</blockquote>
<hr />
<p>THANK YOU!!!</p>
</p>
<p>after hours of searching...</p>
]]></description>
        	        	<pubDate>Fri, 22 Apr 2011 15:55:56 +0300</pubDate>
        </item>
        <item>
        	<title>danielgoddard on AddRow-Form appears only once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22891</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22891</guid>
        	        	<description><![CDATA[<p>Worked great, thanks!</p>
]]></description>
        	        	<pubDate>Thu, 21 Apr 2011 01:11:18 +0300</pubDate>
        </item>
        <item>
        	<title>yukito200 on AddRow-Form appears only once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22851</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22851</guid>
        	        	<description><![CDATA[<p>I also had this same problem. With this message in firefox using console error</p>
</p>
<p>Error: fld[0] is undefined<br />Archivo de origen: &#60;PATH&#62;/js/jquery.jqGrid.src.js<br />L&#237;nea: 6599</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; } else {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if( fld[0].type==&#39;checkbox&#39; ) { &#60;&#60;&#60;&#60;&#60; This one! LINE</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I used jquery.jqGrid.src.js version 4.0.0</p>
</p>
<p>Only changed the line 6584:</p>
<p>if(fld &#38;&#38; fld[0] !== null) {</p>
<p>to this:</p>
<p>if(fld &#38;&#38; fld[0] != null &#38;&#38; fld[0] !== null) {</p>
</p>
<p>Happy jqGrid <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p></p>
]]></description>
        	        	<pubDate>Mon, 18 Apr 2011 23:08:39 +0300</pubDate>
        </item>
        <item>
        	<title>danielgoddard on AddRow-Form appears only once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22847</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22847</guid>
        	        	<description><![CDATA[<p>I am having the same problem, is there a solution to it yet?</p>
]]></description>
        	        	<pubDate>Mon, 18 Apr 2011 21:25:47 +0300</pubDate>
        </item>
        <item>
        	<title>micro on AddRow-Form appears only once</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22795</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrow-form-appears-only-once#p22795</guid>
        	        	<description><![CDATA[<p>Hi Folks,</p>
</p>
<p>first thanks for this cool plugin.</p>
</p>
<p>In the current release, there is a bug when adding a new row via form. This works just once. After closing the AddRow-Form, the window won&#39;t pop-up again, unless you reload the site.</p>
</p>
<p>Thanks for advice,</p>
<p>&#160; micro</p>
]]></description>
        	        	<pubDate>Fri, 15 Apr 2011 21:41:45 +0300</pubDate>
        </item>
</channel>
</rss>