<?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 disappears when mouse moves</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves</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/subgrid-disappears-when-mouse-moves/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>andrewwu78 on Subgrid disappears when mouse moves</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12852</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12852</guid>
        	        	<description><![CDATA[<p>Thx Tony.&#160; Just to mention, I think this is a really nice plugin.&#160; And now, I will go grab those new fixes. =)</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 22:31:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Subgrid disappears when mouse moves</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12848</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12848</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. We know about this.</p>
<p>The problem is fixed. I will publish next bug fix after day or two, or you can grab the source from GitHub</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 21:17:01 +0200</pubDate>
        </item>
        <item>
        	<title>andrewwu78 on Subgrid disappears when mouse moves</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12846</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/subgrid-disappears-when-mouse-moves#p12846</guid>
        	        	<description><![CDATA[<p>Hi,&#160; there seems to be an issue with shrinkToFit or when horizontal scroll bar appears.</p>
<p>I&#39;m having an issue the the grid when trying to use shrinkToFit to contains a large number of columns within the view.&#160; This issue is only occurring in IE (Firefox works fine).&#160;</p>
<p>Scenario: With subgrid to be displayed when clicking on the expanding + icon, wait until subgrid loads, move mouse, the subgrid will disappear.&#160; Click on the row once or twice to highlight the row, the subgrid will appear again, hover order the parent row again, it disappears.</p>
<p>Is this something I&#39;m not doing correctly?&#160; The code looks like below (I trimed the columns down to make it simply but basically I have arnd 20 columns that needs horizontal scroll bar).</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#tb").jqGrid({&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:"",<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="&#34;\\data.aspx" target="_blank">url:"\\data.aspx</a>", <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype:"POST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype:"json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postData:getPostData(),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:"100%",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; shrinkToFit:false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;C1&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;C1&#39;,index:&#39;C1&#39;,hidden:true}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager:$(&#39;#nav&#39;),<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pgbuttons:false,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pgtext:false,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pginput:false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname:&#39;C1&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder:"asc", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; subGrid:true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; subGridRowExpanded:function(subgrid_id, row_id) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var row=$(&#39;#tb&#39;).getRowData(row_id);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var subgrid_table_id=subgrid_id+"_t";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#"+subgrid_table_id).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="&#34;data2.aspx" target="_blank">url:"data2.aspx</a>",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postData:{ row:row.id }, <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "POST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;S1&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [{name:"S1",index:"S1",width:60}]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; width:600,<br />&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;100%&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
]]></description>
        	        	<pubDate>Tue, 08 Dec 2009 21:11:01 +0200</pubDate>
        </item>
</channel>
</rss>