<?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: remove multiselect ckbox in grid header</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header</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/remove-multiselect-ckbox-in-grid-header/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rdwwdr on remove multiselect ckbox in grid header</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9586</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9586</guid>
        	        	<description><![CDATA[<p>Thanks the remove on loadComplete seems to work for now.</p>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 13:05:17 +0300</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on remove multiselect ckbox in grid header</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9068</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9068</guid>
        	        	<description><![CDATA[<p>You can try also &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;input[id=cb_jqg]&#39;, &#39;div[id=jqgh_cb]&#39;).remove();<br />in loadComplete event</p>
]]></description>
        	        	<pubDate>Sun, 30 Aug 2009 15:09:57 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on remove multiselect ckbox in grid header</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9042</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9042</guid>
        	        	<description><![CDATA[<p>There&#39;s no direct way that I can see.</p>
</p>
<p>You do get an onSelectAll event right after the rows have all been selected or all deselected - so you /could/ use that and deselect rows "after the fact" as it were. That would probably work.</p>
</p>
<p>Or, you could try something like $(&#39;#cb_jqg&#39;, $(mygrid)).hide() to hide the checkbox. The only problem there is that the id of the checkbox (&#39;cb_jqg&#39;) is not documented - so it could change.</p>
</p>
<p>As an aside, I think it <em>should </em>be changed, because right now if you have two grids, both checkboxes have the same id. Everything seems to work - but its not supported by any standard. It would be better if each grid had a unique id for the checkbox.</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Sat, 29 Aug 2009 17:04:46 +0300</pubDate>
        </item>
        <item>
        	<title>rdwwdr on remove multiselect ckbox in grid header</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9041</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p9041</guid>
        	        	<description><![CDATA[<p>Any answer to this question? I want to limit the selections to no more than three. I can do this when the user selects a row by onSelectrow but the header checkbox seems to skip this event.</p>
]]></description>
        	        	<pubDate>Sat, 29 Aug 2009 13:52:59 +0300</pubDate>
        </item>
        <item>
        	<title>will on remove multiselect ckbox in grid header</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p5711</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-multiselect-ckbox-in-grid-header#p5711</guid>
        	        	<description><![CDATA[<p>is it possible to remove or disable the multiselect checkbox in the</p>
<p>grid header? (this is the checkbox that selects/deselects all rows)</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 00:10:06 +0300</pubDate>
        </item>
</channel>
</rss>