<?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: IE css bug in subgrid rendering</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering</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/ie-css-bug-in-subgrid-rendering/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Jim P on IE css bug in subgrid rendering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5518</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5518</guid>
        	        	<description><![CDATA[<p>This is my solution.&#160;&#160; This takes away&#160; the border in cell 0 and only shows the + of there is subdata to show.&#160; In my case not all rows have subdata and that is determined by the two fields in the top row.</p>
<p>afterInsertRow : function(rowid,rowdata,rowelem) {</p>
<p>&#160;&#160;&#160;&#160;if (rowdata.x_parent_type == "children" &#38;&#38; rowdata.x_parent_objid == 0)<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#"+rowid+" td:eq(0)").empty().unbind("click").css("border-style","none");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;<br />&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#"+rowid+" td:eq(0)").css("border-style","none");&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; }&#160;<br />&#160;&#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Mon, 23 Mar 2009 07:08:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on IE css bug in subgrid rendering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5479</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5479</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to add some properties for this class in your page in head section</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 21 Mar 2009 10:29:53 +0200</pubDate>
        </item>
        <item>
        	<title>Jim P on IE css bug in subgrid rendering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5455</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-css-bug-in-subgrid-rendering#p5455</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>My manager picked up on this one.&#160; He thinks its a big deal.&#160; This only effects my IE 7 render.&#160;&#160; When there is a subgrid for the main grid we put the + toggle in the first column, otherwise that column is blank.&#160; When the the + is present the gird gets a left and&#160;bottom border, but no top border.&#160; In FF, its always has&#160;borders, even if when it&#39;s blank.</p>
<p>I tried to find this in the css, but this class (sgcollasped) is add by js.&#160; If you can point me in the right direction I would appreciate it.</p>
<p>Thanks,</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 15:07:56 +0200</pubDate>
        </item>
</channel>
</rss>