<?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 (IE)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-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-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Object doesn't support this property or method (IE)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-ie#p20095</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-ie#p20095</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>This will not work in IE sinc of the not needed comma</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:55},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;colour&#39;, index:&#39;colour&#39;, width:90},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;bottlePrice&#39;,index:&#39;bottlePrice&#39;, width:90}, &#60;===== ERROR<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],</p></p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 10:12:13 +0300</pubDate>
        </item>
        <item>
        	<title>mars wang on Object doesn't support this property or method (IE)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-ie#p19980</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/object-doesnt-support-this-property-or-method-ie#p19980</guid>
        	        	<description><![CDATA[<p>Hi tony,</p>
<p>I encountered the error "Object doesn&#39;t support this property or method" when using jqgrid 3.8 in IE (FF is fine).</p>
<p>The error appears inside jquery-1.4.2.min.js, code segment underlined:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2579' value='Select Code' data-codeid='sfcode2579' /></p>
<div class='sfcode' id='sfcode2579'>global:true,type:&#34;GET&#34;,contentType:&#34;application/x-www-form-urlencoded&#34;,processData:true,async:true,xhr:A.XMLHttpRequest&#38;&#38;(A.location.protocol!==&#34;file:&#34;&#124;&#124;!A.ActiveXObject)?function(){<span style=&#34;text-decoration: underline;&#34;>return new A.XMLHttpRequest</span>}:function(){try{return new A.ActiveXObject(&#34;Microsoft.XMLHTTP&#34;)}</div>
</p>
<p>Here is the code in JSP:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4021' value='Select Code' data-codeid='sfcode4021' /></p>
<div class='sfcode' id='sfcode4021'>&#60;link href=&#34;css/themes/smoothness/jquery-ui.css&#34; media=&#34;screen&#34; type=&#34;text/css&#34; rel=&#34;stylesheet&#34;&#62;<br />&#60;link href=&#34;css/ui.jqgrid.css&#34; media=&#34;screen&#34; type=&#34;text/css&#34; rel=&#34;stylesheet&#34;&#62;<br />&#60;!-- &#39;grid.locale&#39; js must come first --&#62;<br />&#60;script src=&#34;js/jqgrid/grid.locale-en.js&#34; type=&#34;text/javascript&#34; &#62;&#60;/script&#62;<br />&#60;script src=&#34;js/jqgrid/jquery.jqGrid.min.js&#34; type=&#34;text/javascript&#34; &#62;&#60;/script&#62;<br />&#60;script type=&#34;text/javascript&#34; &#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; $(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#34;#test&#34;).text(&#39;&#60;s:property value=&#34;remoteurl&#34; /&#62;&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#34;#list2&#34;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;&#60;s:property value=&#34;remoteurl&#34; /&#62;&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#34;json&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#34;POST&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Colour&#39;,&#39;B Price&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:55},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;colour&#39;, index:&#39;colour&#39;, width:90},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;bottlePrice&#39;,index:&#39;bottlePrice&#39;, width:90},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root:&#34;resultList&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: &#34;page&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: &#34;total&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: &#34;record&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: &#34;id&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ajaxGridOptions:{async:false},&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [15,30,60],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager2&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder:&#34;desc&#34;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:&#34;Wine List&#34;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160; });<br />&#60;/script&#62;</div>
</p>
<p id="test">I&#39;ve used Struts2 tag lib, here is the "remoteurl":</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9261' value='Select Code' data-codeid='sfcode9261' /></p>
<div class='sfcode' id='sfcode9261'>/WineTrader/SearchWine.action?keyword=Grand+Puy+Lacoste&#38;amp;amp;keywordOption=2&#38;amp;amp;vintage=&#38;amp;amp;region=&#38;amp;amp;size=&#38;amp;amp;colour=&#38;amp;amp;minScore=0&#38;amp;amp;minPrice=0&#38;amp;amp;maxPrice=</div>
</p>
<p>One day has been passed and no progress is done. Please help, thanks!</p>
]]></description>
        	        	<pubDate>Fri, 24 Sep 2010 10:53:49 +0300</pubDate>
        </item>
</channel>
</rss>