<?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: Subgrid problem within IE7</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7</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/treegrid/subgrid-problem-within-ie7/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Daniyel on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13887</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13887</guid>
        	        	<description><![CDATA[<p>Hi.</p>
</p>
<p>the updated version has this &#39; + (isMSIE &#38;&#38; $.browser.version &#60; 8 ? "height:0.01%;" : "") + &#39; and after testing it, subgrids worked perfect, they didn&#39;t disapear anymore.</p>
</p>
<p>Thank you.</p>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 11:32:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13419</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13419</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Could you please try the last one from GitHub. Just updated this. Also there was a typo when this bug was fixed</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Dec 2009 16:24:34 +0200</pubDate>
        </item>
        <item>
        	<title>Daniyel on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13410</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13410</guid>
        	        	<description><![CDATA[<p>Ok i found what was the problem. In file jquery.jqGrid.min.js there is a line where you dinamicaly add div and style=&#8221;position:relative;&#8221;</p>
</p>
<p><span style="text-decoration: underline;">so it creates next html code:</span></p>
</p>
<p><span class="nodeLabelBox repTarget ">&#60;<span class="nodeTag ">div</span><span class="nodeAttr editGroup ">&#160;<span class="nodeName editable ">class</span>=&#8221;<span class="nodeValue editable ">ui-jqgrid-bdiv</span>&#8220;</span><span class="nodeBracket editable insertBefore ">&#62;</span></span></p>
<div class="nodeLabel "><span class="nodeLabelBox repTarget ">&#160;&#160;&#160;&#160; &#60;<span class="nodeTag ">div</span><span class="nodeAttr editGroup ">&#160;<span class="nodeName editable ">style</span>=&#8221;<strong><span style="color: #ff0000;">position: relative;</span></strong>&#8220;</span><span class="nodeBracket editable insertBefore ">&#62;</span></span></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "><span style="text-decoration: underline;">If i edit this as:</span></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel ">
<p><span class="nodeLabelBox repTarget ">&#60;<span class="nodeTag ">div</span><span class="nodeAttr editGroup ">&#160;<span class="nodeName editable ">class</span>=&#8221;<span class="nodeValue editable ">ui-jqgrid-bdiv</span>&#8220;</span><span class="nodeBracket editable insertBefore ">&#62;</span></span></p>
<div class="nodeLabel "><span class="nodeLabelBox repTarget ">&#160;&#160;&#160;&#160; &#60;<span class="nodeTag ">div</span><span class="nodeAttr editGroup ">&#160;<span class="nodeName editable ">style</span>=&#8221;&#8221;</span><span class="nodeBracket editable insertBefore ">&#62;</span></span></div>
<div class="nodeLabel "></div>
<div class="nodeLabel ">It works ok in both IE7 and IE8 and of course FF and it doesnt affect anything.</div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "><span style="text-decoration: underline;">I don&#39;t know which line of code it is since it is all in same line but its like this:</span></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel ">$(grid.bDiv).append($(&#39;<strong><span style="color: #ff0000;">&#60;div style=&#8221;position: relative;&#8221;&#62;&#60;/div&#62;</span></strong>&#39;).append(&#8221;&#60;div&#62;&#60;/div&#62;&#8221;).append(this)).addClass(&#8221;ui-jqgrid-bdiv&#8221;).css({height:ts.p.height+(isNaN(ts.p.height)?&#8221;&#8221;:&#8221;px&#8221;)</div>
<div class="nodeLabel "></div>
<div class="nodeLabel "><span style="text-decoration: underline;">After edit:</span></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel "></div>
<div class="nodeLabel ">$(grid.bDiv).append($(&#39;<strong><span style="color: #ff0000;">&#60;div style=&#8221;&#8221;&#62;&#60;/div&#62;</span></strong>&#39;).append(&#8221;&#60;div&#62;&#60;/div&#62;&#8221;).append(this)).addClass(&#8221;ui-jqgrid-bdiv&#8221;).css({height:ts.p.height+(isNaN(ts.p.height)?&#8221;&#8221;:&#8221;px&#8221;)</div>
</div>
]]></description>
        	        	<pubDate>Tue, 29 Dec 2009 10:46:19 +0200</pubDate>
        </item>
        <item>
        	<title>Daniyel on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13159</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13159</guid>
        	        	<description><![CDATA[<p>I also bumped into some topics on the internet that IE7 had problems with refreshing pages when you pressed refresh several times, so i think it might be just problem within IE7 that don&#39;t hold events correctly.</p>
</p>
<p>I also thought of resizing subgrid for 1px after its being Expanded but that just isn&#39;t optimal solution (like dummy refresh action).</p>
]]></description>
        	        	<pubDate>Fri, 18 Dec 2009 15:14:07 +0200</pubDate>
        </item>
        <item>
        	<title>Daniyel on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13068</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13068</guid>
        	        	<description><![CDATA[<p>I tried it also with latest version from github to exclude posibility of bringing this up if it was solved but problem seems to still exist.</p>
</p>
<p>PS: this subgrid was created as grid (with titlebar and navbar, so9 might be wrong section as it says it is for treegrid...</p>
]]></description>
        	        	<pubDate>Wed, 16 Dec 2009 09:16:26 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13037</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13037</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for posting this issue.</p>
<p>Could you please try with 3.6.2?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 18:33:11 +0200</pubDate>
        </item>
        <item>
        	<title>Daniyel on Subgrid problem within IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13019</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/subgrid-problem-within-ie7#p13019</guid>
        	        	<description><![CDATA[<p>I am implementing Grid in my application. Problem seems to occur only in IE7. When you open subgrid and then subgrid within subgrid you get empty element. After some event is trigger on the site subgrid appears/refreshes. I tested this in IE8 and FF and it seems to work ok in those, so i asume its problem within IE7. Just wanted to point it out if this has been resolved in any case would apprichiete tip, help w/e.</p>
</p>
<p>Problem also occurs if you resize window fast enough and if you have function to resize grid.</p>
</p>
<p>Example:</p>
</p>
<p><a href="http://www4.slikomat.com/09/1215/3t-prob.png"><img src="http://www4.slikomat.com/09/1215/3t-prob.png" width="100"  style="float: left;" class="spUserImage" alt="IE7 subgrid problem" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class=" sfmouseother" alt="Image Enlarger" /></a></p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 11:53:45 +0200</pubDate>
        </item>
</channel>
</rss>