<?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: msie 8 jqgrid 3.5 beta 4 getGridParam("colModel").length</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength</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/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hpoe on msie 8 jqgrid 3.5 beta 4 getGridParam("colModel").length</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7311</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7311</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>The problem for you is maybe iCol value â€“ is this right?</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Hello Tony,</p>
<p>thanks for your anwser, </p>
<p>your answer has a point, either iCol or the length must be wrong. I will check this again. Still I think, that the length is not correct, since it worked ok with the workaround.</p>
<p>After checking again, I must admin that you are right. The iCol value is wrong in msie8. I have corrected the wrong value.</p>
<p>Thank you for your continuous and excellent work.</p>
<p>Regards<br />
hpoe</p>
]]></description>
        	        	<pubDate>Thu, 18 Jun 2009 01:47:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on msie 8 jqgrid 3.5 beta 4 getGridParam("colModel").length</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7249</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7249</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not think so. The problem is how IE &#62; 7 versions handel the hidden cellIndex property. Will check this, but the length property should be OK in all IE versions.</p>
<p>The problem for you is maybe iCol value - is this right?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 09:02:35 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on msie 8 jqgrid 3.5 beta 4 getGridParam("colModel").length</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7234</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-jqgrid-35-beta-4-getgridparamcolmodellength#p7234</guid>
        	        	<description><![CDATA[<p>whereas jqgrid 3.5 has no problems to get the correct number of columns from the colmodel using msie 7, there the problem still exists in msie 8. </p>
<p>I have to add the no of hidden columns to get the correct number.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4442' value='Select Code' data-codeid='sfcode4442' /></p>
<div class='sfcode' id='sfcode4442'>
  onCellSelect: function(rowid,iCol,aData) {<br />
    var no_columns = $("#list").getGridParam("colModel").length-1;<br />
     if ($.browser.msie &#38;&#38; $.browser.version == '8.0') {<br />
      no_columns=no_columns + 2;  // two hidden columns<br />
     }<br />
     ....
</div>
<p>This workaround is ok for the moment, but since msie is by far the most used browser by our customers (msie 6/7 over 95%) such problems are annoying.<br />
While the same problem existed in jqgrid 3.4 for all msie versions, in the 3.5 beta it only exists in msie 8.</p>
]]></description>
        	        	<pubDate>Mon, 15 Jun 2009 03:28:17 +0300</pubDate>
        </item>
</channel>
</rss>