<?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: Inline editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing</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/inline-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Inline editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing#p6589</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editing#p6589</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Good start is to see the demos and what additional code you should add.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 10:00:38 +0300</pubDate>
        </item>
        <item>
        	<title>mark on Inline editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/inline-editing#p6587</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/inline-editing#p6587</guid>
        	        	<description><![CDATA[<p>Hi, I am trying to get inline editing to work, although it does not seem to want to work for me.</p>
<p>Here is the code I havw trying to enable to inline editing</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9782' value='Select Code' data-codeid='sfcode9782' /></p>
<div class='sfcode' id='sfcode9782'>jQuery(document).ready(function(){ <br />&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;xml.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160; colNames:[&#39;ID&#39;,&#39;Name&#39;, &#39;Description&#39;,&#39;Image&#39;,&#39;# Available&#39;],&#160;&#160;&#160; <br />&#160;&#160;&#160; colModel :[ &#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, index:&#39;id&#39;, width:&#39;30&#39;}, &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160; {name:&#39;name&#39;, index:&#39;name&#39;, width:&#39;60&#39;, editable:true}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;description&#39;, index:&#39;description&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;image&#39;, index:&#39;image&#39;}, <br />&#160;&#160;&#160; &#160; {name:&#39;available&#39;, index:&#39;available&#39;} ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; imgpath: &#39;include/themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;Items List&#39;,<br />&#160; }); <br />});</div>
<p>I also have the line</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="sfcode">{ include: true, incfile:&#39;grid.inlinedit.js&#39;,minfile: &#39;min/grid.inlinedit-min.js&#39; }, // jqGrid inline editing</span><br />in my code to include the correct file but still no luck.</p>
<p>Anyhelp?</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Sat, 09 May 2009 09:55:53 +0300</pubDate>
        </item>
</channel>
</rss>