<?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: Grid/Page stays greyed out after hitting Delete</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete</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/gridpage-stays-greyed-out-after-hitting-delete/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aDeveloper on Grid/Page stays greyed out after hitting Delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p30238</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p30238</guid>
        	        	<description><![CDATA[<p>Never mind. &#160;I found a solution that works. &#160;In your code that handles deleting a row, remove the line that hides the delete dialog and replace it with the line below:</p>
<p>$("#delmod" + $grid[0].id).find(".ui-jqdialog-titlebar-close").click();</p>
]]></description>
        	        	<pubDate>Wed, 12 Feb 2014 21:42:47 +0200</pubDate>
        </item>
        <item>
        	<title>aDeveloper on Grid/Page stays greyed out after hitting Delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p30237</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p30237</guid>
        	        	<description><![CDATA[<p>I have the same issue. &#160;I am using version 4.5.1. &#160;I have multiple jqGrids on my page and deleting a row from any of them causes the div with class ui-widget-overlay to remain. &#160;I&#39;ve tried toggling the top level div with the overlay class in my delete row handler, and while this appears to work at first, if I afterwards try clicking the delete button on a row, nothing happens (delete dialog doesn&#39;t appear).</p>
<p>Does anyone know how to resolve this issue? &#160;</p>
<p>Thanks in advance!</p>
<p>aDeveloper</p></p>
]]></description>
        	        	<pubDate>Wed, 12 Feb 2014 21:06:15 +0200</pubDate>
        </item>
        <item>
        	<title>notxas on Grid/Page stays greyed out after hitting Delete</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p29412</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/gridpage-stays-greyed-out-after-hitting-delete#p29412</guid>
        	        	<description><![CDATA[<p>I am clicking a delete button on a modal form and the form disappears, yet the entire page remains greyed out.&#160; I have searched and searched for a resolution and tried just about everything I found. But, ALAS no success.</p>
<p>Everything else on the page works, I am stumped.</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onclickSubmit: function (rp_ge, rowid) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // reset the value of processing option to true to<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // skip the ajax request to &#39;clientArray&#39;.<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rp_ge.processing = true;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // we can use onclickSubmit function as "onclick" on "Delete" button<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // delete row<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#delmod" + $grid[0].id).hide();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $grid.jqGrid(&#39;delRowData&#39;, rowid);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $grid.focus();</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if ($grid[0].p.lastpage &#62; 1) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // reload grid to make the row from the next page visable.<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $grid.trigger("reloadGrid", [{ page: $grid[0].p.page}]);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //return[true,""];&#160; TRIED THIS AS WELL<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return true;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
</p>
<p>Oh and I am using version 4.5.2</p>
</p>
<p>Thanks in advance for any help you can pass my way.</p>
<p>Steve</p>
]]></description>
        	        	<pubDate>Tue, 27 Aug 2013 21:41:51 +0300</pubDate>
        </item>
</channel>
</rss>