<?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: Object doesn't support this property or method in IE</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie</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/object-doesnt-support-this-property-or-method-in-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>beyazsapka on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p23660</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p23660</guid>
        	        	<description><![CDATA[<p>Hi Tony,<br /> jqGrid 4.0. I had written as a function custom_func Object does not support this property or method in IE7 and IE8 I get the error. How can I solve it. I wrote as follows fonkisyon.</p>
<p>&#160;&#160;&#160; function Kontrol(value, colname) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var dizi = [&#39;1&#39;,&#39;2&#39;,&#39;3&#39;,&#39;4&#39;,&#39;5&#39;,&#39;6&#39;,&#39;7&#39;,&#39;8&#39;,&#39;9&#39;,&#39;10&#39;,&#39;11&#39;,&#39;12&#39;,&#39;13&#39;,&#39;14&#39;,&#39;15&#39;,&#39;16&#39;,&#39;17&#39;,&#39;18&#39;,&#39;19&#39;,&#39;20&#39;,&#39;21&#39;,&#39;22&#39;,&#39;23&#39;,&#39;24&#39;,&#39;25&#39;,&#39;26&#39;,&#39;27&#39;,&#39;28&#39;,&#39;29&#39;,&#39;30&#39;,&#39;h&#39;,&#39;i&#39;,&#39;x&#39;];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(value!=null &#124;&#124; value!=&#39;&#39;){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var varmi = dizi.indexOf(value);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(varmi==-1){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return[false,"Girlen DeÄŸer 1 ile 30 arasÄ±nda sayÄ± veya h,i,x harfleri olmalÄ±dÄ±r."];<br />&#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; return [true,""];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; }</p>
<p> Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 17 Jun 2011 15:44:17 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10491</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10491</guid>
        	        	<description><![CDATA[<p>Mark,</p>
<p>Thanks.</p>
<p>Some history: The first releases of jqGrid come with the script as provided from you. This of course was before two years - so we do not have Sfari 4 and IE7 was just born. The script does not work correct with some IE6 and Safari versions &#60; 4.</p>
<p>(I do not have time to investigate why it work ok with some IE6 and for some does not)</p>
<p>Instead I will put it again. (back to the future <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /> )</p>
<p>Thanks again.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 07 Oct 2009 02:27:54 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10474</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10474</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>In some IE browsers you will have problems when you use the loader. Also load the needed modules in the head section of the html -one by one in order to work in all browsers.</p>
<p>Reagrds</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Tony - you should be able to fix that in the loader by:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6086' value='Select Code' data-codeid='sfcode6086' /></p>
<div class='sfcode' id='sfcode6086'>
<p>if (jQuery.browser.msie) {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; document.write(&#39;&#60;script type="text/javascript" src="&#39;+filename+&#39;"&#62;&#60;/script&#62;&#39;);</p>
<p>} else {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; IncludeJavaScript(filename);</p>
<p>}</p>
</div>
<p>The problem with IE and the IncludeJavaScript method, is that the resulting scripts get loaded "later" than inline scripts so any following inline scripts could execute before the grid code. (more accurately, I think they execute when the response is received from the server - so they /could/ execute before the following inline scripts, but dont usually do so).</p>
</p>
<p>Using document.write. the grid scripts are effectively inline, and so execute in the correct order with respect to each other, and with respect to other inline scripts (the document.write method also works for safari).</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Tue, 06 Oct 2009 10:49:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10459</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10459</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In some IE browsers you will have problems when you use the loader. Also load the needed modules in the head section of the html -one by one in order to work in all browsers.</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 06 Oct 2009 07:48:29 +0300</pubDate>
        </item>
        <item>
        	<title>dlee on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10420</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10420</guid>
        	        	<description><![CDATA[<p>I&#39;m using the development version of jqGrid 3.5.3, the one where the main script inserts &#60;script&#62; elements into head to load the other scripts.</p>
]]></description>
        	        	<pubDate>Mon, 05 Oct 2009 15:16:00 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10395</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10395</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version of jqGrid is used? How do yo load the files - do you use loader or minified version if it is 3.5?</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 05 Oct 2009 02:31:43 +0300</pubDate>
        </item>
        <item>
        	<title>dlee on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10355</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p10355</guid>
        	        	<description><![CDATA[<p>I&#39;m also getting this error in IE8. However, I&#39;m not using formedit at all, just loading grid.formedit.js. Perhaps there&#39;s an problem where if you load grid.formedit.js and never use it, it breaks something?</p>
]]></description>
        	        	<pubDate>Fri, 02 Oct 2009 17:35:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p2256</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p2256</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m not sure, but ret array is defined at the begining (should check).</p>
<p>The most common problems in IE are that you have maybe unneeded</p>
<p>comma after the end of the properties.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 30 Sep 2008 03:25:45 +0300</pubDate>
        </item>
        <item>
        	<title>pjs67123 on Object doesn't support this property or method in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p2253</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-in-ie#p2253</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I was getting the error "Object doesn&#39;t support this property or method" in IE (but Firefox works fine).&#160; The problem relates to specifying a "onclickSubmit" or "afterSubmit" during a form add.&#160; I determined the problem is in grid.formedit.js on line 291:</p>
<p>if (!ret[2]) ret[2] = parseInt($($t).getGridParam(&#39;records&#39;))+1;</p>
<p>ret is undefined at this point in my scenario.&#160; I changed line 291 to this:</p>
<p>if (!ret[2]) {<br />&#160;&#160;&#160; if ($.browser.msie) ret = [];<br />&#160;&#160;&#160; ret[2] = parseInt($($t).getGridParam(&#39;records&#39;))+1;<br />}</p>
</p>
<p>I am probably doing something wacky since your examples seem to work in IE, but this did the trick for me.&#160; What are your thoughts?</p>
</p>
<p>-Paul</p>
]]></description>
        	        	<pubDate>Mon, 29 Sep 2008 15:16:23 +0300</pubDate>
        </item>
</channel>
</rss>