<?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: Clear a jqGrid an load another</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another</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/clear-a-jqgrid-an-load-another/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Gohan Son on Clear a jqGrid an load another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11327</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11327</guid>
        	        	<description><![CDATA[<p>Hello, Tony!</p>
<p>I hadn&#39;t seen this method.</p>
<p>Thanks for your help!</p>
<p>Have a nice weekend!</p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 12:19:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Clear a jqGrid an load another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11294</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11294</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is solution for this in the forum.</p>
<p>Before construct the grid call gridUnloadMethod</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6498' value='Select Code' data-codeid='sfcode6498' /></p>
<div class='sfcode' id='sfcode6498'>
<p>$("#mygrid").GridUnload();</p>
<p>$("#mygrid").jqGrid({...});</p>
</div>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 07:48:36 +0200</pubDate>
        </item>
        <item>
        	<title>Gohan Son on Clear a jqGrid an load another</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11202</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clear-a-jqgrid-an-load-another#p11202</guid>
        	        	<description><![CDATA[<p>Hello, everybody!</p>
</p>
<p>I&#39;m using a jquery-UI dialog with a jqGrid inside to show catalogs.</p>
</p>
<p>I have a group of buttons and each one loads in the same &#60;table&#62; element a jqGrid.&#160; All works fine, but I can&#39;t load in the same &#60;table&#62; element other jqGrid (it keeps the first jqGrid loaded).&#160; Only reloading the page I can load other jqGrid.</p>
</p>
<p>I tried with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1650' value='Select Code' data-codeid='sfcode1650' /></p>
<div class='sfcode' id='sfcode1650'>$("#grid").html("");</div>
<p>with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1141' value='Select Code' data-codeid='sfcode1141' /></p>
<div class='sfcode' id='sfcode1141'>$("#grid").val("");</div>
<p>and with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9645' value='Select Code' data-codeid='sfcode9645' /></p>
<div class='sfcode' id='sfcode9645'>$("#grid").html("&#60;tr&#62;&#60;td&#62;&#60;/td&#62;&#60;/tr&#62;");</div>
</p>
<p>Are there any way to clear the original jqGrid and load another?</p>
</p>
<p>Thanks in advance!!!</p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 18:18:53 +0200</pubDate>
        </item>
</channel>
</rss>