<?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: problem with editable and hidden</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden</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/problem-with-editable-and-hidden/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on problem with editable and hidden</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14274</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14274</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What is the error reported?</p>
<p>If you want to show some field in add and not in edit this is not the right way. Search the forum and you will find the solution. Too many post about this including jQuery google groups</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 26 Jan 2010 17:46:18 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on problem with editable and hidden</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14232</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14232</guid>
        	        	<description><![CDATA[<p>If I set editable:true in colModel then jQgrid hangs !</p>
<p>I followed your advice:</p>
<p>{</p>
<p>name:&#39;password&#39;,</p>
<p>index:&#39;password&#39;,</p>
<p>edittype:&#39;password&#39;,</p>
<p>hidden:true,</p>
<p>editrules: {edithidden:true}</p>
<p>}</p>
<p>and beforeInitData is empty now.</p>
<p>When I select Add the field password is still hidden !</p>
<p>If I add editable:true to colModel then the field password is visilble but jQgrid hangs !</p>
]]></description>
        	        	<pubDate>Mon, 25 Jan 2010 11:16:38 +0200</pubDate>
        </item>
        <item>
        	<title>tony on problem with editable and hidden</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14204</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14204</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Set the editable:true in colModel - it is the same.</p>
<p>Also I recommend you to use edithidden option in editrules and do not use beforeInitData.</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editrules" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....#editrules</a></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 18:11:02 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on problem with editable and hidden</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14191</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-with-editable-and-hidden#p14191</guid>
        	        	<description><![CDATA[<p>I have a column filed from a database but invisible in the grid:</p>
<p>...</p>
<p>{</p>
<p>name:&#39;password&#39;,</p>
<p>index:&#39;password&#39;,</p>
<p>edittype:&#39;password&#39;,</p>
<p>hidden:true</p>
<p>}</p>
</p>
<p>when I add a row, I do this:</p>
<p>url: "test.php",</p>
<p>...</p>
<p>beforeInitData: function (formid)</p>
<p>{</p>
<p>jQuery("#list1").setColProp(&#39;password&#39;, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editrules:{required:true}&#160; ,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidden:false,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editable:true</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; })&#160;</p>
<p>...</p>
<p>}</p>
<p>...</p>
<p>When I submit the form, jQgrid seems to hang</p>
<p>If I remove "editable:true" the submit is correct (but the password field absent) and test.php executed</p>
<p>If I put "editable:true" in the col definition, jQgrid hangs also</p>
</p>
<p>I don&#39;t see my fault ... note that test.php doesn&#39;t handle the fields.</p></p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 02:09:12 +0200</pubDate>
        </item>
</channel>
</rss>