<?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 4.3.2 bug when field is requried</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried</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/jqgrid-4-3-2-bug-when-field-is-requried/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>brandonkirsch on jqgrid 4.3.2 bug when field is requried</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26603</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26603</guid>
        	        	<description><![CDATA[<p>Thank you Oleg for the solution to this problem!</p>
]]></description>
        	        	<pubDate>Tue, 15 May 2012 17:53:31 +0300</pubDate>
        </item>
        <item>
        	<title>sekhar.raja on jqgrid 4.3.2 bug when field is requried</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26596</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26596</guid>
        	        	<description><![CDATA[<p>I have recently upgraded my project jqgrid source for a bug on subgrid, because of the upgrade the same issue is occoured to me as well. Is there any official release planned which can solve many of our problems?</p>
]]></description>
        	        	<pubDate>Mon, 14 May 2012 16:45:24 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on jqgrid 4.3.2 bug when field is requried</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26481</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26481</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>The reason on the problem seems to me the last changes where the value of this are changed in the calls of <strong>checkValues</strong> and&#160;<strong>createEl</strong>. To fix the problem one should change <strong>this.isEmpty</strong> to&#160;<strong>$.jgrid.isEmpty</strong>&#160;(inside of <strong>checkTime</strong> and <strong>checkValues</strong>) and to change <strong>this.info_dialog</strong> to <strong>$.jgrid</strong><strong>.info_dialog</strong>&#160;(inside of <strong>createEl</strong>). Additionaly one should change <strong>this.checkDate</strong> and <strong>this.checkTime</strong> inside of <strong>checkValues</strong> method&#160;to <strong>$.jgrid.checkDate</strong> and <strong>$.jgrid.checkTime</strong></p>
<p>Best regards<br />Oleg</p>
<p>P.S. See <a href="http://www.ok-soft-gmbh.com/jqGrid/EditingTest.htm" target="_blank">the demo</a> from&#160;<a href="http://stackoverflow.com/a/10346193/315935" target="_blank">the answer</a> where I used the modified version of jquery.jqGrid.src.js (see <a href="http://www.ok-soft-gmbh.com/jqGrid/jquery.jqGrid-4.3.2_/js/jquery.jqGrid.src-this.js" target="_blank">here</a>).</p>
]]></description>
        	        	<pubDate>Thu, 26 Apr 2012 22:41:56 +0300</pubDate>
        </item>
        <item>
        	<title>domesticllama on jqgrid 4.3.2 bug when field is requried</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26468</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26468</guid>
        	        	<description><![CDATA[<p>I get the same issue.</p>
]]></description>
        	        	<pubDate>Wed, 25 Apr 2012 19:16:39 +0300</pubDate>
        </item>
        <item>
        	<title>zajc on jqgrid 4.3.2 bug when field is requried</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26461</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-4-3-2-bug-when-field-is-requried#p26461</guid>
        	        	<description><![CDATA[<p>Some fileds are set:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7976' value='Select Code' data-codeid='sfcode7976' /></p>
<div class='sfcode' id='sfcode7976'>editrules: {&#160;required: true }</div>
</p>
<p>Everything works fine in 4.3.1.&#160;After 4.3.2 when I&#39;m editing or adding rows it shows the following error:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit681' value='Select Code' data-codeid='sfcode681' /></p>
<div class='sfcode' id='sfcode681'>Uncaught TypeError: Object #&#60;HTMLTableElement&#62; has no method &#39;isEmpty&#39; &#160; &#160;jquery.jqGrid.min.js:252</div>
</p>
<p>If we comment, it works.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8347' value='Select Code' data-codeid='sfcode8347' /></p>
<div class='sfcode' id='sfcode8347'>editrules: { //required: true }</div>
]]></description>
        	        	<pubDate>Tue, 24 Apr 2012 11:04:23 +0300</pubDate>
        </item>
</channel>
</rss>