<?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: Problem With Multiple Instance of jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-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/discussion/problem-with-multiple-instance-of-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Problem With Multiple Instance of jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6978</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6978</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Finding such problem is really difficult. If possible could you please send me a link to the prolem? Is this in all browsers or only on certain.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 31 May 2009 10:48:09 +0300</pubDate>
        </item>
        <item>
        	<title>naveednazarali on Problem With Multiple Instance of jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6954</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6954</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>I am doing like this</p>
<p>$("#gvlisting1").jqgrid({...,multiselect:false,..});</p>
<p>$("#gvlisting2").jqgrid({...,multiselect:true,..});</p>
<p>so do I have to make the deep copy ?</p>
]]></description>
        	        	<pubDate>Thu, 28 May 2009 10:59:03 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Problem With Multiple Instance of jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6937</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6937</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How do you do this?</p>
<p>I mean do you have</p>
<p>var jqgridoptions = {....multiselect:false,...}</p>
<p>$("#grid1").jqGrid(jqgridoptions);</p>
<p>jqgridoptions.multiselect = true;</p>
<p>$("#grid2").jqGrid(jqgridoptions);</p>
<p>Is this the case?</p>
<p>If this is the case you should</p>
<p>//make deep copy</p>
<p>jqgridoptions = $.extend(true,jqgridoptions,{multiselect:true});</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 28 May 2009 03:40:45 +0300</pubDate>
        </item>
        <item>
        	<title>naveednazarali on Problem With Multiple Instance of jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6929</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/problem-with-multiple-instance-of-jqgrid#p6929</guid>
        	        	<description><![CDATA[<p>Hello ..</p>
<p>I added two instances of jqgrid in my ASP.Net page.. The first grid take all properties of grid which is instantiated last.. For Example I set the property of first grid to be multiselect:false and of 2nd grid to be multiselect:true....But 1st grid is multiselecting. That might be because of there is only one instance of jqGrid Object included as JS file..</p>
<p>Please help me resolving this issue</p>
<p>Thanks ~ Your precious time will be highly appreaciated</p>
<p>Regards,</p>
<p>Naveed Ali</p>
]]></description>
        	        	<pubDate>Wed, 27 May 2009 13:23:33 +0300</pubDate>
        </item>
</channel>
</rss>