<?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: Checkboxes are Disabled</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/checkboxes-are-disabled</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/treegrid/checkboxes-are-disabled/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Checkboxes are Disabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/checkboxes-are-disabled#p5432</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/checkboxes-are-disabled#p5432</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is the right place. The problem is that in treeGrid mode this is disabled. I need to make some thests to enable this feature (to work ok when in treeGrid mode)</p>
<p>REgards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 05:44:01 +0200</pubDate>
        </item>
        <item>
        	<title>RaveKev on Checkboxes are Disabled</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/checkboxes-are-disabled#p5397</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/checkboxes-are-disabled#p5397</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>i am testing jqGrid with JSON.</p>
<p>When i add checkboxes to the grid, they are disabled and i can&#39;t change the value.</p>
</p>
<p>My Code for the grid is:</p>
</p>
<p style="text-site:9px">$(document).ready(function()<br />&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#8221;##treegrid&#8221;).jqGrid(<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url:&#39;treegrid.cfc?method=getRights&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;pagetitle&#39;,&#39;isvisibleinnavi&#39;,&#39;&#60;cfoutput&#62;#editorgroupname#&#60;/cfoutput&#62;&#39;], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ExpandColumn :&#39;pagetitle&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; cellEdit:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;pagetitle&#39;,index:&#39;pagetitle&#39;, width:180, editable:false},&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;invisibleinnavi&#39;,index:&#39;isvisibleinnavi&#39;, width:60, editable: true, edittype:&#39;checkbox&#39;,editoptions: {value:&#39;1:0&#39;}, formatter:&#39;checkbox&#39;}<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: $(&#39;##ptreegrid&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum:20, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[20,30,40,50], they want to see per page<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortorder: &#8220;asc&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#8220;pagetitle&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; viewrecords: false, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; imgpath: &#39;jqGrid-3.4.3/themes/green/images/&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption: &#39;Rechte&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height:&#39;auto&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; recordtext:&#39;Total Records&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pgtext:&#39;von&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editurl:&#8221;treegrid.cfc?method=getRights&#8221;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jsonReader: {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; root: &#8220;ROWS&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; page: &#8220;PAGE&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; total: &#8220;TOTAL&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; records:&#8221;RECORDS&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; cell: &#8220;&#8221;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; id: &#8220;0&#8243;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; treeGrid:true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; treeModel:&#39;nested&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; treeReader:{<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; level_field:&#8221;lvl&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; left_field:&#8221;lft&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; right_field:&#8221;rgt&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; leaf_field:&#8221;isLeaf&#8221;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; expanded_field:&#8221;expanded&#8221; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ).navGrid(&#8221;##pager&#8221;,{refresh: true, edit: false, add: false, del: false, search: true});&#160;&#160;&#160; &#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; );</p>
</p>
<p>&#8212;&#8212;&#8212;&#8212;</p>
<p>Thank you for you help.</p>
<p>If the information is too little, please tell me.</p>
</p>
<p>-Kevin</p>
</p>
<p>ps:</p>
<p>sorry, i have posted in the wrong subforum. Could you move it to "help" ?</p>
]]></description>
        	        	<pubDate>Tue, 17 Mar 2009 08:52:21 +0200</pubDate>
        </item>
</channel>
</rss>