<?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: cell edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cell-edit</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/cell-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on cell edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6786</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6786</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Regardng checkbox, check the news for 3.4.4 version. This is possible.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 10:47:20 +0300</pubDate>
        </item>
        <item>
        	<title>pepys on cell edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6728</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6728</guid>
        	        	<description><![CDATA[<p>yupiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii it&#39;s working now, i&#39;ve read again and again the documentation.. 🙂</p>
<p>is there any posibility to can have a collumn with</p>
<p>editable:true, edittype:&#39;checkbox&#39;</p>
<p>to by shown like</p>
<p>formater:&#39;checkbox&#39;</p>
<p>and to have the posibility to can change the checkbox directly to server from just one click? this will be nice.. any ideas.. ?</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 08:13:24 +0300</pubDate>
        </item>
        <item>
        	<title>pepys on cell edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6727</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6727</guid>
        	        	<description><![CDATA[<p>The click edit isn&#39;t working, even I have this:</p>
<p>{ include: true, incfile:&#39;grid.celledit.js&#39;,minfile: &#39;min/grid.celledit-min.js&#39; }</p>
<p>anybody can help me..?</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 08:06:07 +0300</pubDate>
        </item>
        <item>
        	<title>pepys on cell edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6723</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cell-edit#p6723</guid>
        	        	<description><![CDATA[<p>I waht to use cell edit, I&#39;ve included all the scripts but when I press click on the cell, nothing is happend.</p>
</p>
<p>&#60;script type="text/javascript"&#62;<br />jQuery(document).ready(function(){<br />&#160;&#160;&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; &#160;&#160;&#160; height: 440,<br />&#160;&#160;&#160; &#160;&#160;&#160; url:&#39;db2xml/utilizatori.php?&#60;?=$queryString;?&#62;&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; cellsubmit: &#39;remote&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; cellurl: &#39;update.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;Nume&#39;,&#39;Username&#39;, &#39;Activ&#39;, &#39;Tip&#39;, &#39;Adresa&#39;, &#39;Judet&#39;, &#39;Telefon 1&#39;, &#39;Email&#39;, &#39;Last login&#39;, &#39;Actiuni&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; colModel :[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;nume&#39;, index:&#39;nume&#39;, width:130},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;username&#39;, index:&#39;username&#39;, editable:true, width:100},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;flag_activ&#39;, index:&#39;flag_activ&#39;, width:35, align:&#39;center&#39;, editable:true, edittype:&#39;checkbox&#39;, editoptions: {value:&#39;y:n&#39;}},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id_tip_utilizatori&#39;, index:&#39;id_tip_utilizatori&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;adresa&#39;, index:&#39;adresa&#39;, width:250},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id_judete&#39;, index:&#39;id_judete&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;telefon1&#39;, index:&#39;telefon1&#39;, width:100, align:&#39;right&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;email1&#39;, index:&#39;email1&#39;, width:180},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;data_last_login&#39;, index:&#39;data_last_login&#39;, width:130, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {width:80, sortable:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160; rowNum:20,<br />&#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;data_last_login&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; &#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; multiselect: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; multiboxonly: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; imgpath: &#39;jqgrid/themes/sand/images&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; editurl: "update.php",<br />&#160;&#160;&#160; &#160;&#160;&#160; caption: &#39;&#60;strong&#62;Utilizatori&#60;/strong&#62;&#39;<br />&#160;&#160;&#160; &#160;&#160;&#160; }).navGrid(&#39;#pager&#39;,{add:false,del:false,edit:false,position:"left"}); <br />&#160;&#160;&#160; });<br />&#60;/script&#62;</p>
<p>Hwo can help me with a sugestion? Thanks..</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 06:27:09 +0300</pubDate>
        </item>
</channel>
</rss>