<?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: checkbox in grid column, how to toggle checked property programatically . . .</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/checkbox-in-grid-column-how-to-toggle-checked-property-programatically</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/checkbox-in-grid-column-how-to-toggle-checked-property-programatically/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on checkbox in grid column, how to toggle checked property programatically . . .</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkbox-in-grid-column-how-to-toggle-checked-property-programatically#p12767</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkbox-in-grid-column-how-to-toggle-checked-property-programatically#p12767</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For what I understand you maybe can do it easy.</p>
<p>Since you use custom formatter you can give a class to the chacboxes.</p>
<p>After this it is easy</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5095' value='Select Code' data-codeid='sfcode5095' /></p>
<div class='sfcode' id='sfcode5095'>
<p>$("#mybutton").click(function(){</p>
<p>// use the setted from you calss to check the boxes</p>
<p>return false;</p>
<p>});</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 05 Dec 2009 15:01:27 +0200</pubDate>
        </item>
        <item>
        	<title>cra on checkbox in grid column, how to toggle checked property programatically . . .</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/checkbox-in-grid-column-how-to-toggle-checked-property-programatically#p12723</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/checkbox-in-grid-column-how-to-toggle-checked-property-programatically#p12723</guid>
        	        	<description><![CDATA[<p>Hello all,</p>
</p>
<p>I&#39;ve managed to get checkboxes within the grid working just fine using a custom formatter, and I can handle click events of each checkbox when they occur.</p>
<p>However, I need to enable common functionality that will allow users to click a button on the page to check all or uncheck all of the checkboxes within the grid on whichever page of the grid is currently being used. I have a way of doing it that requires the grid to be reloaded but that is horribly inefficient.</p>
<p>Any thoughts would be greatly appreciated.</p>
<p>Thanks everyone.</p>
</p>
<p>-c</p>
]]></description>
        	        	<pubDate>Thu, 03 Dec 2009 18:59:16 +0200</pubDate>
        </item>
</channel>
</rss>