<?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: Clone jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid</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/clone-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sorin_postelnicu on Clone jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p27926</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p27926</guid>
        	        	<description><![CDATA[<p>Dear Tony,</p>
<p>Is there any way to clone an existing jqGrid without knowing the original jqGrid properties? I mean: to create a new jqGrid by copying all the properties from an existing grid.</p>
<p>Is there a function to retrieve all the properties of an existing grid, then maybe also override some of them, and then to create a new grid with these properties?</p>
<p>Thanks!</p>
<p>Sorin</p></p>
]]></description>
        	        	<pubDate>Mon, 17 Dec 2012 19:11:15 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Clone jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p11107</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p11107</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As Rumen say - it is not a good idea.Moreover this will not work, since the grid is enclosed in many div&#39;s</p>
<p>you can</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5058' value='Select Code' data-codeid='sfcode5058' /></p>
<div class='sfcode' id='sfcode5058'>
<p>var mygrid&#160; = {...her jqGrid properties};</p>
<p>$("#grid1").jqGrid(mygrid);</p>
<p>.....</p>
<p>$("#grid2").jqGrid(mygrid);</p>
</div>
]]></description>
        	        	<pubDate>Tue, 27 Oct 2009 02:48:14 +0200</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on Clone jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p10982</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p10982</guid>
        	        	<description><![CDATA[<p>jQuery clone is only intended to clone HTML elements, as far as I can tell. It is just not possible to clone complex object like jqGrid with that.</p>
<p>As far as I can tell, this can be relatively easy to do if you just replicate your jQuery init script (with different IDs).</p>
</p>
<p>Regards,</p>
<p>Rumen Stankov</p>
]]></description>
        	        	<pubDate>Thu, 22 Oct 2009 05:56:14 +0300</pubDate>
        </item>
        <item>
        	<title>KusTov on Clone jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p10981</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clone-jqgrid#p10981</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Is it possible to clone Grid ?</p>
<p>I tried to clone "clients" grid to "clients_tmp":</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4839' value='Select Code' data-codeid='sfcode4839' /></p>
<div class='sfcode' id='sfcode4839'>jQuery("#clients_tmp").clone( jQuery("#clients") );</div>
</p>
<p>It doesn&#39;t throw error but do nothing.</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Thu, 22 Oct 2009 03:38:09 +0300</pubDate>
        </item>
</channel>
</rss>