<?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: Action buttons in grid - how should colModel be configured</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/action-buttons-in-grid-how-should-colmodel-be-configured</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/action-buttons-in-grid-how-should-colmodel-be-configured/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mpasteur on Action buttons in grid - how should colModel be configured</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/action-buttons-in-grid-how-should-colmodel-be-configured#p5181</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/action-buttons-in-grid-how-should-colmodel-be-configured#p5181</guid>
        	        	<description><![CDATA[<p>hi,</p>
<p>just do as written in the demo. Add a column in your colNames property and add a column in your colModel property and that&#39;s all.</p>
</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;Module&#39;,&#39;Actif&#39;,&#39;Modifier&#39;,&#39;Supprimer&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;name&#39;,index:&#39;name&#39;, width:150, editable:true, editoptions:{size:30}},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;actifStr&#39;,index:&#39;actifStr&#39;, width:150, editable:true, edittype:"checkbox", align:&#39;center&#39;,editoptions: {value:"Oui:Non"} },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;modif&#39;,index:&#39;modif&#39;, width:40,sortable:false, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;suppr&#39;,index:&#39;suppr&#39;, width:50,sortable:false, align:&#39;center&#39;}</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; ],</p>
<p>my "modif" and "suppr" columns doesn&#39;t exists in my database nor in the server&#39;s response.</p>
</p>
<p>regards,</p>
<p>marc</p>
]]></description>
        	        	<pubDate>Mon, 09 Mar 2009 02:49:05 +0200</pubDate>
        </item>
        <item>
        	<title>jnavratil on Action buttons in grid - how should colModel be configured</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/action-buttons-in-grid-how-should-colmodel-be-configured#p5177</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/action-buttons-in-grid-how-should-colmodel-be-configured#p5177</guid>
        	        	<description><![CDATA[<p>I&#39;m trying to put edit/delete buttons in the grid using the "Custom Edit" demo as an example.&#160; I&#39;m running into the "elem[0] is undefined" problem which I understand to be a mismatch between the colModel and the dataset returned from the server.</p>
<p>How should one configure the colModel when there is no relation between the column of action buttons and a column in the database?</p>
]]></description>
        	        	<pubDate>Sat, 07 Mar 2009 10:01:24 +0200</pubDate>
        </item>
</channel>
</rss>