<?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: Costum form to edit single cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-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/costum-form-to-edit-single-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>DonMizzi on Costum form to edit single cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24351</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24351</guid>
        	        	<description><![CDATA[<p>now I have another question.</p>
</p>
<p>maybe i choosen a difficult way, would be more simple if i could configure edit form only for one cell? is it possible?</p>
</p>
<p>otherwise, how i can open form only if a determinate iCol is double clicked?</p>
</p>
<p>for istance, i can stop opening form if iCol &#60;=1?</p>
</p>
<p>thanks</p>
<p>Don</p>
]]></description>
        	        	<pubDate>Fri, 19 Aug 2011 17:24:01 +0300</pubDate>
        </item>
        <item>
        	<title>DonMizzi on Costum form to edit single cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24348</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24348</guid>
        	        	<description><![CDATA[<p>very good, something happened</p>
</p>
<p>ondblClickRow: function(rowid,iRow,iCol,e) {<br />&#160;&#160; &#160;&#160;&#160; &#160;$(this).jqGrid(&#39;editGridRow&#39;, rowid,<br />&#160;&#160; &#160;&#160;&#160; &#160;{&#160;&#160; &#160;&#160;&#160; &#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;recreateForm: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;beforeShowForm: function(formID) {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // understand html code</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //var html = jQuery(formID).html();<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;//alert(html);</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;jQuery(&#39;tr&#39;,formID).hide();<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#tr_cat&#39;,formID).show();</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#39;#tr_cat&#39;, formID).after(&#39;&#60;tr rowpos="33" class="FormData" id="tr_32"&#62;&#60;td class="CaptionTD"&#62;32&#60;/td&#62;&#60;td class="DataTD"&#62;&#38;nbsp;&#60;input type="text" id="32" name="32" role="textbox" class="FormElement ui-widget-content ui-corner-all"&#62;&#60;/td&#62;&#60;/tr&#62;&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
<p>}</p>
]]></description>
        	        	<pubDate>Fri, 19 Aug 2011 14:57:10 +0300</pubDate>
        </item>
        <item>
        	<title>DonMizzi on Costum form to edit single cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24342</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/costum-form-to-edit-single-cell#p24342</guid>
        	        	<description><![CDATA[<p>hi everyone, I&#39;m new of jqGrid and this is a great work. I have a question.</p>
</p>
<p>I would like to create a form that allows me to customize the input box for a single cell</p>
</p>
<p>my grid is simple:</p>
</p>
<p>category1 &#124; value1 &#124; value2 &#124; &#8230;.</p>
<p>category2 &#124; value1 &#124; value2 &#124; &#8230;.</p>
</p>
<p>&#160;I need two different form to add/edit category or value.</p>
<p>And not only the value of the cell but also other meta data (es. category and description, or value1 and comment)</p>
<p>then i will save the data on remote database.</p>
</p>
<p>someone could help me by directing me towards the right path?</p>
</p>
<p>thanks a lot</p>
<p>bye Don</p></p>
]]></description>
        	        	<pubDate>Thu, 18 Aug 2011 19:05:18 +0300</pubDate>
        </item>
</channel>
</rss>