<?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: Grouping fails in IE 8 due to missing property this.st</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-fails-in-ie-8-due-to-missing-property-this-st</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/grouping-fails-in-ie-8-due-to-missing-property-this-st/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Grouping fails in IE 8 due to missing property this.st</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-fails-in-ie-8-due-to-missing-property-this-st#p20584</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-fails-in-ie-8-due-to-missing-property-this-st#p20584</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure, but the problem is related to this one maybe:</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/bugs/array-prototype-junk-breaks-jqgrid-grouping/" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....-grouping/</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 31 Oct 2010 13:48:11 +0200</pubDate>
        </item>
        <item>
        	<title>deltaecho on Grouping fails in IE 8 due to missing property this.st</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-fails-in-ie-8-due-to-missing-property-this-st#p20534</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-fails-in-ie-8-due-to-missing-property-this-st#p20534</guid>
        	        	<description><![CDATA[<p>I seem to be triggering a subtle bug in my web application in IE 8 when using the grouping feature of jqGrid 3.8.1 (it works very well in Firefox 3.6.11): triggering the reloadGrid event handler on several of my tables throws an exception.</p>
</p>
<p>After tracking it down for a while, I have determined the source of the error, but not the cause.&#160; In the <strong>grid.grouping.js</strong> file, on line 75, several objects seem to be passed to $.each which have no <strong>st</strong> property, which causes IE to hickup when invoking:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8942' value='Select Code' data-codeid='sfcode8942' /></p>
<div class='sfcode' id='sfcode8942'>this.v = $($t).jqGrid(&#39;groupingCalculations.&#39;+this.st, this.v, this.nm, record);</div>
<p>For the time being, to work around this, I have added a check for <strong>this.st</strong> which assigns 0 (zero) to <strong>this.v</strong> if it doesn&#39;t exist:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8907' value='Select Code' data-codeid='sfcode8907' /></p>
<div class='sfcode' id='sfcode8907'>this.v = (this.st) ? $($t).jqGrid(&#39;groupingCalculations.&#39;+this.st, this.v, this.nm, record) : 0;</div>
</p>
<p>I will report more if I can find anything else.</p>
]]></description>
        	        	<pubDate>Thu, 28 Oct 2010 03:21:40 +0300</pubDate>
        </item>
</channel>
</rss>