<?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: DOM Droppings (for lack of a better word)</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/dom-droppings-for-lack-of-a-better-word</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/discussion/dom-droppings-for-lack-of-a-better-word/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>squid on DOM Droppings (for lack of a better word)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/dom-droppings-for-lack-of-a-better-word#p18131</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/dom-droppings-for-lack-of-a-better-word#p18131</guid>
        	        	<description><![CDATA[<p>So for now, I put the following in my loadComplete function:</p>
<p><span style="white-space: pre;"> </span>$("#alertmod").remove ();</p>
<p>which seems to have solved the issue.</p>
]]></description>
        	        	<pubDate>Wed, 23 Jun 2010 03:30:23 +0300</pubDate>
        </item>
        <item>
        	<title>squid on DOM Droppings (for lack of a better word)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/dom-droppings-for-lack-of-a-better-word#p18130</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/dom-droppings-for-lack-of-a-better-word#p18130</guid>
        	        	<description><![CDATA[<p>So I&#39;ve been using jqGrid for a bit now, and noticed something that seems "left behind" by jqGrid, and up until now, I was not sure what it was. &#160;I open a jQuery dialog with a jqGrid in it, and after I close and remove the dialog, there&#39;s something still left in the DOM. &#160;It had the id of &#39;alertmod&#39; and today I found out what it was. &#160;Apparently, there&#39;s the "Warning" dialog with the body that says, "Select a row." &#160;Somehow, it seems that this dialog&#39;s DIV is not removed when the jqGrid is removed. &#160;Could this be a bug in jqGrid or do you think it&#39;s something that I&#39;m not freeing up? &#160;I could forcibly remove it if necessary, but I&#39;d rather see if there&#39;s an issue about this and then do it the "right&#39; way (even if the "right" way turns out to be that I remove it from the DOM myself by its ID).</p>
</p>
<p>Part of me is wondering, after looking through the jqGrid code, if this isn&#39;t something that is being manifested by me using a TreeGrid control that has a pager. &#160;Since the pager itself doesn&#39;t work (or display) in a TreeGrid, maybe this artifact is somehow being left behind. &#160;I do put buttons in the pager DIV for performing actions, so I require the bar, but the pager might be what is causing the issue.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 23 Jun 2010 02:59:45 +0300</pubDate>
        </item>
</channel>
</rss>