<?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: Hide password in grid but allow inline edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hide-password-in-grid-but-allow-inline-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/hide-password-in-grid-but-allow-inline-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kobruleht on Hide password in grid but allow inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-password-in-grid-but-allow-inline-edit#p23963</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-password-in-grid-but-allow-inline-edit#p23963</guid>
        	        	<description><![CDATA[<p>I&#39;m looking for a way to shown password column as hidden in grid but allow it to edit inline and in form.<br />I tried</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8990' value='Select Code' data-codeid='sfcode8990' /></p>
<div class='sfcode' id='sfcode8990'>
<p>colModel: [{name:Password,edittype:password,formatter:function(v){ &#39;click to edit&#39;; } },</p>
</div>
<p>also tried to password formatter using</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3769' value='Select Code' data-codeid='sfcode3769' /></p>
<div class='sfcode' id='sfcode3769'>
<p>jQuery.extend($.fn.fmatter , {<br />&#160; passwordFmatter : function(cellvalue, options, rowdata) {<br />&#160; return &#34;click to edit&#34;;<br />&#160; }<br />});</p>
<p>jQuery.extend($.fn.fmatter.passwordFmatter, {<br />&#160;&#160; unformat : function(cellvalue, options) {<br />&#160;&#160; return cellvalue;<br />&#160;&#160; }<br />});</p>
</div>
<p>In both cases ff password is edited, jqGrid passes &#39;click to edit&#39; as password to save.</p>
<p>How to save real password value edited ?</p>
]]></description>
        	        	<pubDate>Fri, 15 Jul 2011 12:07:14 +0300</pubDate>
        </item>
</channel>
</rss>