<?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 do I get an editable cell?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-an-editable-cell</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-do-i-get-an-editable-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How do I get an editable cell?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-an-editable-cell#p21689</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-an-editable-cell#p21689</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Depending on which editing module you wat to use maybe you will mnned to look here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ne_editing</a></p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....rm_editing</a></p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ll_editing</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sat, 15 Jan 2011 21:08:16 +0200</pubDate>
        </item>
        <item>
        	<title>AverageGuy on How do I get an editable cell?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-an-editable-cell#p21683</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-get-an-editable-cell#p21683</guid>
        	        	<description><![CDATA[<p>I created a grid according to the instructions at <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid.&#038;nbsp" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....&#038;nbsp</a>; It went well.&#160; I then modified the colums to try to make the Note colum editable by changing the definition to:</p>
</p>
<blockquote>
<p>colModel :[</p>
<p>{name:&#39;invid&#39;, index:&#39;invid&#39;, width:55},</p>
<p>{name:&#39;invdate&#39;, index:&#39;invdate&#39;, width:90},</p>
<p>{name:&#39;amount&#39;, index:&#39;amount&#39;, width:80, align:&#39;right&#39;},</p>
<p>{name:&#39;tax&#39;, index:&#39;tax&#39;, width:80, align:&#39;right&#39;},</p>
<p>{name:&#39;total&#39;, index:&#39;total&#39;, width:80, align:&#39;right&#39;},</p>
<p>{name:&#39;note&#39;, index:&#39;note&#39;,editable:true,edittype:&#39;text&#39;, width:150, sortable:false}</p>
</blockquote>
<p>Using Firebug I looked to see what js files were loaded and the grid.common.js and grid.celledit.js files are present and loaded.&#160; What else do I need to do to make it editable? &#160;</p>
</p>
<p>Thanks,</p>
<p>Jim.</p>
]]></description>
        	        	<pubDate>Sat, 15 Jan 2011 14:35:56 +0200</pubDate>
        </item>
</channel>
</rss>