<?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: Enable or disable multiselect option</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/enable-or-disable-multiselect-option</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/enable-or-disable-multiselect-option/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Enable or disable multiselect option</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enable-or-disable-multiselect-option#p5719</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enable-or-disable-multiselect-option#p5719</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Once set (or not) this option does not have effect if you try to change it dynamically. One possible solution is to define the multiselect when you set the grid then use heideCol(&#39;cb&#39;) (where cb is the name of checkbox column - see docs) and under some condition showCol(&#39;cb&#39;) but I think this will not do the job for you since the selection remain. Also you can try to play with multiboxonly set to true in the case.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 02:35:57 +0300</pubDate>
        </item>
        <item>
        	<title>francisco.penaranda on Enable or disable multiselect option</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/enable-or-disable-multiselect-option#p5694</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/enable-or-disable-multiselect-option#p5694</guid>
        	        	<description><![CDATA[<p>Hello, now I need to show the multiselect property to true when i click from a button, then reload the grid with ajax data returned.</p>
<p>this is the example:</p>
<p>jQuery("#bDevoluciones").click(function(){<br />&#160;&#160;&#160; jQuery("#list2").setGridParam({multiselect:true,page:1});//not work<br />&#160;&#160;&#160; jQuery("#list2").setGridParam({url:"ajaxaction/searchindex.php?q=2&#38;proy="+proyecto+"&#38;aj="+aj,page:1}).setCaption("Prestamos").trigger(&#39;reloadGrid&#39;);<br />&#160; });</p>
<p>The first part of the code is not working, the second is correct and load the data, can you help me with this.</p>
<p>Thanks.</p>
<p>Francisco.</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 14:57:49 +0300</pubDate>
        </item>
</channel>
</rss>