<?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: Alter status in only one (of many) checkbox columns</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/alter-status-in-only-one-of-many-checkbox-columns</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/alter-status-in-only-one-of-many-checkbox-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jm44122 on Alter status in only one (of many) checkbox columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/alter-status-in-only-one-of-many-checkbox-columns#p26030</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/alter-status-in-only-one-of-many-checkbox-columns#p26030</guid>
        	        	<description><![CDATA[<p>As a follow up, this is what I ended up doing. In my colModel, I added a class to the column that I wanted to act on. For example, classes: &#39;selectAllCheckbox&#39;.</p>
</p>
<p>I altered my jQuery selection, and it seems to work.</p>
<p>$("#myGrid").find(&#39;.selectAllCheckbox&#39;).find(&#39;:checkbox&#39;).not(&#39;:disabled&#39;).attr(&#39;checked&#39;, $("#chkSelectAll").is(":checked"));</p></p>
]]></description>
        	        	<pubDate>Tue, 28 Feb 2012 17:12:03 +0200</pubDate>
        </item>
        <item>
        	<title>jm44122 on Alter status in only one (of many) checkbox columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/alter-status-in-only-one-of-many-checkbox-columns#p26018</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/alter-status-in-only-one-of-many-checkbox-columns#p26018</guid>
        	        	<description><![CDATA[<p>I am attempting to act upon checkboxes in a certain column, but not every column. My code would be for a Select All checkbox outside the grid. So far, I have:</p>
<p><span style="font-size: x-small;">$(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">"#myGrid"</span></span><span style="font-size: x-small;">).find(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">&#39;:checkbox&#39;</span></span><span style="font-size: x-small;">).not(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">&#39;:disabled&#39;</span></span><span style="font-size: x-small;">).attr(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">&#39;checked&#39;</span></span><span style="font-size: x-small;">, $(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">"#chkSelectAll"</span></span><span style="font-size: x-small;">).is(</span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">":checked"</span></span><span style="font-size: x-small;">));</span></p>
</p>
<p>The colModel I want to&#160;alter is <span style="font-size: x-small;"><span style="font-size: x-small;">name: </span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">&#39;chkDelete&#39;</span></span><span style="font-size: x-small;">, index: </span><span style="color: #a31515; font-size: x-small;"><span style="color: #a31515; font-size: x-small;">&#39;chkDelete&#39;</span></span></span></p>
<p>Is there an easy way to do this? Thanks, and sorry if it is a duplicate topic; I did try a forum search.</p>
]]></description>
        	        	<pubDate>Mon, 27 Feb 2012 18:26:50 +0200</pubDate>
        </item>
</channel>
</rss>