<?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: IE8 Subgrid disappears</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears</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/ie8-subgrid-disappears/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>msshushu on IE8 Subgrid disappears</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13807</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13807</guid>
        	        	<description><![CDATA[<p>ok you guys are awesome, i grabbed 3.6.2 and replaced the 3 main files and i am good to go. works now!</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 02:26:17 +0200</pubDate>
        </item>
        <item>
        	<title>msshushu on IE8 Subgrid disappears</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13806</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13806</guid>
        	        	<description><![CDATA[<p>How can i tell what version i am using? I updated my css and jgrid js files directly from github just before i posted this issue. Where do i properly obtain 3.6.2?</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 02:18:24 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on IE8 Subgrid disappears</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13805</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13805</guid>
        	        	<description><![CDATA[<p>Which version are you using? Something very similar to that was addressed in 3.6.2 released a few days ago:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:change#jqgrid_3.6.2_changes_and_fixes" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>....._and_fixes</a></p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 01:41:47 +0200</pubDate>
        </item>
        <item>
        	<title>msshushu on IE8 Subgrid disappears</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13804</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-subgrid-disappears#p13804</guid>
        	        	<description><![CDATA[<p>Hi there, I have run into an issue that I can&#39;t seem to find a solution for on other forum posts. I have a master grid, with sub grids configured everytime you click on the + symbol next to a row. What I&#39;m finding is that when i click the + without moving my mouse the subgrid renders fine, as soon as i move my mouse it disappears and won&#39;t come back unless i collapse and expand again.</p>
</p>
<p>I have found posts with users having similar issues and have tried downloading the latest files from github, but this still doesn&#39;t work for me. I am using the latest version of IE 8. Here is my code:</p>
</p>
<p>$("#contractors").jqGrid({</p>
<p>&#160;&#160; &#160; &#160; &#160;url:&#39;contractor_data.aspx?call=&#39; + $("#&#60;%= lblContractorCompany.ClientID %&#62;").text(),</p>
<p>&#160;&#160; &#160; &#160; &#160;datatype: &#39;json&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160;mtype: &#39;GET&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160;colNames:[&#39;ID&#39;,&#39;Full Name&#39;],</p>
<p>&#160;&#160; &#160; &#160; &#160;colModel:[</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;ID&#39;,index:&#39;ID&#39;, width:100,hidden:true},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;FullName&#39;,index:&#39;FullName&#39;, width:55}<span> </span> &#160; &#160; &#160; &#160; &#160; &#160;<span> </span></p>
<p>&#160;&#160; &#160; &#160; &#160;],</p>
<p>&#160;&#160; &#160; &#160; &#160;pager: "#contractorsPager",</p>
<p>&#160;&#160; &#160; &#160; &#160;rowNum:-1,</p>
<p>&#160;&#160; &#160; &#160; &#160;autowidth:true,</p>
<p>&#160;&#160; &#160; &#160; &#160;height:"100%",</p>
<p>&#160;&#160; &#160; &#160; &#160;sortname: &#39;ID&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160;sortorder: "desc",</p>
<p>&#160;&#160; &#160; &#160; &#160;viewrecords: true,</p>
<p>&#160;&#160; &#160; &#160; &#160;caption: &#39;Contractors&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160;subGrid: true,</p>
<p>&#160;&#160; &#160; &#160; &#160;subGridRowExpanded: function(subgrid_id, row_id) {</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// we pass two parameters</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// subgrid_id is a id of the div tag created within a table</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// the row_id is the id of the row</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// If we want to pass additional parameters to the url we can use</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// the method getRowData(row_id) - which returns associative array in type name-value</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;// here we can easy construct the following</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;var subgrid_table_id;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;subgrid_table_id = subgrid_id+"_t";</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;$("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;");</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;$("#"+subgrid_table_id).jqGrid({</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;url:"contractor_data.aspx?sub=true&#38;fullname="+$("#contractors").getRowData(row_id).FullName + "&#38;complete=" + $("#cbComplete").attr("checked") + "&#38;verified=" + $("#cbVerified").attr("checked"),</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;datatype: "json",</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;colNames: [&#39;ID&#39;,&#39;Customer&#39;,&#39;Full Name&#39;,&#39;Start Time&#39;,&#39;End Time&#39;,&#39;Project Name&#39;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;colModel: [</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"ID",index:"ID",width:80},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"Customer",index:"Customer",width:130},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"FullName",index:"FullName",width:80,key:true},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"StartTime",index:"StartTime",width:80}, &#160; &#160; &#160; &#160; &#160;&#160;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"EndTime",index:"EndTime",width:100},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{name:"ProjectName",index:"ProjectName",width:100}</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;],</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;rowNum:-1,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;autowidth:true,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;height: "100%",</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;rowNum:20,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;sortname: &#39;ID&#39;,</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160;sortorder: "desc"</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;});</p>
<p>&#160;&#160; &#160; &#160; &#160;}</p>
<p>&#160;&#160; &#160;});</p>
</p>
<p>&#160;&#160; &#160;$("#contractors").jqGrid(&#39;navGrid&#39;,&#39;#contractorsPager&#39;,{search:false,edit:false,add:false,del:false});</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 01:32:00 +0200</pubDate>
        </item>
</channel>
</rss>