<?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: How Enable / Disable checkbox</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-enable-disable-checkbox</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/how-enable-disable-checkbox/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Kett on How Enable / Disable checkbox</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-enable-disable-checkbox#p25032</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-enable-disable-checkbox#p25032</guid>
        	        	<description><![CDATA[<p>Hello All,</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; I am using jqgrid My grid id is "searchResultGrid"&#160;and have following grid structure,&#160;</p>
<p>colNames : [ &#39;id&#39;, &#39;Status&#39;, &#39;Action&#39;,], &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;</p>
<p>colModel : [</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name : &#39;id&#39;,key : true,width : 5,align : &#39;center&#39;,hidden:true	},</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name : &#39;status&#39;,height : 10,width : 120,align : &#39;center&#39;},&#160;</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; {name : &#39;action&#39;,height : 10,width : 120,align : &#39;center&#39;,&#160;edittype:"checkbox",&#160;edittype:"checkbox",editoptions: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;{value:&#39;1:0&#39;}, formatoptions:{disabled:false}}</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; ],</p>
<p>&#160;multiselect:false,</p>
</p>
<p>I am using json reader for grid data.All check boxes are enable by default.&#160;I want to disable check box when when&#160;status &#160;is 0.</p>
<p>Can i do this from controller or should i do it on jsp (view) after data is loaded.</p>
<p>Please tell me How to do this ?</p></p>
]]></description>
        	        	<pubDate>Mon, 31 Oct 2011 13:26:53 +0200</pubDate>
        </item>
</channel>
</rss>