<?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: Overlay will not hide after grid load</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load</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/help/overlay-will-not-hide-after-grid-load/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MHoque on Overlay will not hide after grid load</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p10156</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p10156</guid>
        	        	<description><![CDATA[<p>What CSS file you had wrong reference to.</p>
<p>I am having the same issue.</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 10:52:47 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Overlay will not hide after grid load</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p9299</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p9299</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For which version is this and in which browser?</p>
<p>Also imgpath is not needed anymore in 3.5 versions.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 04 Sep 2009 03:29:06 +0300</pubDate>
        </item>
        <item>
        	<title>ca on Overlay will not hide after grid load</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p9148</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p9148</guid>
        	        	<description><![CDATA[<blockquote>
<p>khall100 said:</p>
<p>Nevermind. It was an error on my part (obviously) . I did not have the correct path to the CSS files.</p>
</blockquote>
<hr />
<p>i think this should be considered a bug.&#160; I had the same trouble. But it was not an incorrect reference in code, it was because the server where the jqgrid.CSS was hosted went down temporarily.&#160; if its an esay fix, it would be nice to see the grid degrade gracefully&#8230; it looks like it does a pretty good job of loading, just does not hide the overlay.&#160;</p>
<p>NOTE this only happens if there is a jquery ui theme css file avaliable.&#160; If there are no CSS files at all there is no stuck overlay.</p>
</p>
<p>thanks for the great grid!</p>
]]></description>
        	        	<pubDate>Mon, 31 Aug 2009 11:53:12 +0300</pubDate>
        </item>
        <item>
        	<title>khall100 on Overlay will not hide after grid load</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p8708</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p8708</guid>
        	        	<description><![CDATA[<p>Nevermind. It was an error on my part (obviously) . I did not have the correct path to the CSS files.</p>
]]></description>
        	        	<pubDate>Mon, 17 Aug 2009 10:34:24 +0300</pubDate>
        </item>
        <item>
        	<title>khall100 on Overlay will not hide after grid load</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p8705</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/overlay-will-not-hide-after-grid-load#p8705</guid>
        	        	<description><![CDATA[<div>
<p>I am having an issue with the overlay not hiding after the grid finishes loading.</p>
</p>
<p>here is my code</p>
<p>$("#list2").jqGrid({</p>
<p>&#160;&#160;url:&#39;/doctor_json.php&#39;,</p>
<p>datatype: "json",</p>
<p>&#160;&#160;colNames:[&#39; &#39;,&#39;Actions&#39;, &#39;First Name&#39;,&#39;Middle Name&#39;, &#39;Last Name&#39;, &#39;Credentials&#39;,&#39;Practice&#39;,&#39;Specialty&#39;,&#39;Undergrad&#39;, &#39;Undergrad Yr&#39;, &#39;Dental School&#39;, &#39;Dental Yr&#39;, &#39;Specialty School&#39;, &#39;Specialty Yr&#39;],</p>
<p>&#160;&#160;colModel:[</p>
<p>&#160;&#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:20, sortable:false , formatter: &#39;checkbox&#39;, formatoptions:{disabled: &#39;false&#39;}},</p>
<p>&#160;&#160;{name:&#39;act&#39;,index:&#39;act&#39;, width:75,sortable:false},</p>
<p>&#160;&#160;{name:&#39;firstname&#39;,index:&#39;firstname, id&#39;, width:90, editable: true, editoptions:{size:"20",maxlength:"30"}},</p>
<p>&#160;&#160;{name:&#39;middlename&#39;,index:&#39;middlename&#39;, width:50, editable: true, editoptions:{size:"20",maxlength:"30"}},</p>
<p>&#160;&#160;{name:&#39;lastname&#39;,index:&#39;lastname.asc&#39;, width:80, editable: true, editoptions:{size:"20",maxlength:"30"}},</p>
<p>&#160;&#160;{name:&#39;credentials&#39;,index:&#39;credentials&#39;, width:30},</p>
<p>&#160;&#160;{name:&#39;practiceId&#39;,index:&#39;practiceId&#39;, width:100},</p>
<p>&#160;&#160;{name:&#39;specialtyid&#39;,index:&#39;specialtyid&#39;, width:100},</p>
<p>&#160;&#160;{name:&#39;undergrad&#39;,index:&#39;undergrad&#39;, width:150},</p>
<p>&#160;&#160;{name:&#39;undergrad_yr&#39;,index:&#39;undergrad_yr&#39;, width:20, align: &#39;right&#39;},</p>
<p>&#160;&#160;{name:&#39;dental_school&#39;,index:&#39;dental_school&#39;, width:150},</p>
<p>&#160;&#160;{name:&#39;dental_yr&#39;,index:&#39;dental_yr&#39;, width:20, align: &#39;right&#39;}<span> </span>,</p>
<p>&#160;&#160;{name:&#39;specialty_school&#39;,index:&#39;specialty_school&#39;, width:150},</p>
<p>&#160;&#160;{name:&#39;specialty_yr&#39;,index:&#39;specialty_yr&#39;, width:20, align: &#39;right&#39;}</p>
<p>&#160;&#160;],</p>
<p>&#160;&#160;rowNum:20,</p>
<p>&#160;&#160;rowList:[20,40,60],</p>
<p>&#160; //<span> </span>imgpath: gridimgpath,</p>
<p>&#160;&#160;pager: $(&#39;#pager2&#39;),</p>
<p>&#160;&#160;sortname: &#39;lastname&#39;,</p>
<p>&#160; &#160;viewrecords: true,</p>
<p>&#160; &#160;sortorder: "asc",</p>
<p>&#160; &#160;loadComplete: function(){</p>
<p>var ids = $("#list2").getDataIDs();</p>
<p>for(var i=0;i&#60;ids.length;i++){</p>
<p>var cl = ids[i];</p>
<p>be = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;E&#39; onclick=$(&#39;#list2&#39;).editRow("+cl+"); &#62;&#60;/ids&#62;";&#160;</p>
<p>se = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;S&#39; onclick=$(&#39;#list2&#39;).saveRow("+cl+"); /&#62;";&#160;</p>
<p>ce = "&#60;input style=&#39;height:22px;width:20px;&#39; type=&#39;button&#39; value=&#39;C&#39; onclick=$(&#39;#list2&#39;).restoreRow("+cl+"); /&#62;";&#160;</p>
<p>$("#list2").setRowData(ids[i],{act:be+se+ce});</p>
<p>}</p>
<p>},</p>
<p>//editurl: "server.php",</p>
<p>&#160; &#160;caption:"Doctors",</p>
<p>&#160; &#160;shrinkToFit: true,</p>
<p>&#160; &#160;width: 675,</p>
<p>&#160; &#160;height: &#39;100%&#39;</p>
<p>}).navGrid(&#39;#pager2&#39;,{view:true,edit:false,add:true,del:true});</p>
<div></div>
<div>Not sure what I&#39;m missing. No errors in FF or IE. Just the Warning modal with the text "Please, select row. "</div>
</p>
</div>
]]></description>
        	        	<pubDate>Mon, 17 Aug 2009 10:20:07 +0300</pubDate>
        </item>
</channel>
</rss>