<?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: Show input field in Cell Edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-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/show-input-field-in-cell-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13856</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13856</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You have a mixed cellEdit and inline edit - they can not exist together.</p>
<p>In case you use inline edit</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>maybe you will need to use aftersavefunc</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 18:48:26 +0200</pubDate>
        </item>
        <item>
        	<title>AdaXi on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13797</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13797</guid>
        	        	<description><![CDATA[<p>Updated the code, it should be correct according to the documentation.</p>
<p>This code is based in part in the code that is on the examples page : <a href="http://www.trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/jq" rel="nofollow">http://www.trirand.com/blog/jq</a>.....qgrid.html</a> , more precisely at "New in version 3.3 &#62; Cell editing".</p>
<p>...</p>
<p>BUT, it&#39;s still <strong>not</strong> working !</p>
</p>
<p>I have another question regarding the example in the above page : in the source code they include the script grid.celledit.js, do we still need to included in the last version, or it&#39;s already included in the jquery.jqGrid.min.js version 3.6.</p>
]]></description>
        	        	<pubDate>Tue, 12 Jan 2010 18:13:16 +0200</pubDate>
        </item>
        <item>
        	<title>AdaXi on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13783</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13783</guid>
        	        	<description><![CDATA[<p>I need your help one more time, to solve an event related problem.</p>
<p>This is the code that I have now :</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4982' value='Select Code' data-codeid='sfcode4982' /></p>
<div class='sfcode' id='sfcode4982'>jQuery("#cart").jqGrid({<br />&#160;&#160; &#160;&#160;&#160;&#160; url:&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;?php echo base_url().$this-&#62;lang-&#62;lang().&#39;/basket/show/update&#39;; ?&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; datatype:&#160;&#160; &#160;&#39;xml&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; mtype:&#160;&#160; &#160;&#160;&#160; &#160;&#39;POST&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; height:&#160;&#160; &#160;&#39;auto&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; colNames:&#160;&#160; &#160;[&#39;Image&#39;,&#39;Name&#39;,&#39;Qty&#39;,&#39;Stock&#39;, &#39;HT&#39;,&#39;TTC&#39;],&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; colModel :&#160;&#160; &#160;[<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;image&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;image&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:100,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: false,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false,&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;center&#39;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;name&#39;,&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;name&#39;,&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:200,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: false,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; },&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;quantity&#39;,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;quantity&#39;,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:55,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: true,&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;center&#39;, editrules:{number:true}<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;stock&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;stock&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:50,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: false,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;center&#39;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;wotax&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;wotax&#39;,&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:100,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: false,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false,&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;right&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatter:&#39;currency&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatoptions: {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, suffix: " EUR"}<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; name:&#39;wtax&#39;,&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; index:&#39;wtax&#39;,&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:100,&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; editable: false,&#160;&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortable: false,&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;right&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatter:&#39;currency&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; formatoptions:{decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, suffix: " EUR"}}<br />&#160;&#160; &#160;&#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160;&#160; cellEdit:&#160;&#160; true,<br />&#160;&#160; &#160;&#160;&#160;&#160; cellsubmit: &#39;remote&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; cellurl:&#160;&#160;&#160; &#39;&#60;?php echo base_url().$this-&#62;lang-&#62;lang().&#39;/basket/edit&#39; ?&#62;&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; afterSaveCell: function(id, cellname, value, iRow, iCol) {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; alert(&#39;heya&#39;);<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#cart").jqGrid(&#39;trigger&#39;, &#39;reloadGrid&#39; );<br />&#160;&#160; &#160;&#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160;&#160;&#160; gridComplete: function(xhd){<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var dataIDs = jQuery(&#39;#cart&#39;).getDataIDs();&#160;&#160;<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; for (var index in dataIDs) {<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#cart&#39;).editRow(dataIDs[index],false);<br />&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160; &#160;&#160;&#160;&#160; }<br />});</div>
<p>&#160;I am trying to reload the grid after the user edits a cell, I am using afterSaveCell to do exactly that, but nothing happens, why ?</p>
]]></description>
        	        	<pubDate>Mon, 11 Jan 2010 20:11:12 +0200</pubDate>
        </item>
        <item>
        	<title>AdaXi on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13755</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13755</guid>
        	        	<description><![CDATA[<p>I will try that tomorrow, thanks for the advice !</p>
<p>AdaXi</p>
<p>EDIT: It worked great !</p>
]]></description>
        	        	<pubDate>Sun, 10 Jan 2010 16:41:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13742</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13742</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to use inline edit. Get all the id of the grid, then loop throught these with editRow method.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 10 Jan 2010 12:51:46 +0200</pubDate>
        </item>
        <item>
        	<title>AdaXi on Show input field in Cell Edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13692</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/show-input-field-in-cell-edit#p13692</guid>
        	        	<description><![CDATA[<p>Hi everyone !</p>
<p>I am trying to do a editable jqGrid using &#39;Cell Edit&#39;, I would like to show the input field immediately, whitout needing to click on the cell to show the input field. Is this possible ? If so, could you explain me how to do this ?</p>
<p>Thanks,</p>
</p>
<p>AdaXi</p>
]]></description>
        	        	<pubDate>Fri, 08 Jan 2010 16:45:56 +0200</pubDate>
        </item>
</channel>
</rss>