<?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: How to hide password characters in column (formatter:password is ignored)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored</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/how-to-hide-password-characters-in-column-formatterpassword-is-ignored/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kobruleht on How to hide password characters in column (formatter:password is ignored)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23848</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23848</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>thank you.</p>
<p>Password column is used for two purposes:</p>
<p>1. It allows to verify the presence of password for specific user<br />2. It allows to chnage password using inline edit.</p>
<p>I was able to add password formatter using</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4864' value='Select Code' data-codeid='sfcode4864' /></p>
<div class='sfcode' id='sfcode4864'>
<p>jQuery.extend($.fn.fmatter , {<br />&#160;&#160;&#160; password : function(cellvalue, options, rowdata) {<br />&#160;&#160;&#160; return &#34;click to change&#34;;<br />&#160; }<br />});</p>
</div>
<p>so this issue is solved. Thank you&#160;very much for your hard work on jqGrid.</p>
<p>Andrus.</p>
]]></description>
        	        	<pubDate>Sun, 03 Jul 2011 21:13:06 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on How to hide password characters in column (formatter:password is ignored)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23847</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23847</guid>
        	        	<description><![CDATA[<p>After I read the post I verivied in both <a href="/jqgridwiki/doku.php?id=wiki:predefined_formatter#predefined_format_types" target="_blank">documantation</a> and <a href="https://github.com/tonytomov/jqGrid/blob/v4.1.1/js/jquery.fmatter.js" target="_blank">the source code</a>, but didn&#39;t found the <strong>formatter:&#39;password&#39;</strong>. So everything is clear. The <strong>formatter:&#39;password&#39;</strong>&#160;do not much more as <strong>formatter:&#39;blablabla&#39;</strong>. Both do nothing because both not exist. To tell the trust I don&#39;t understand which sence has to have a column having only *** inside. In the case is much better don&#39;t have it at all or don&#39;t display such column (with respect of <strong>hidden:true</strong> property). I would prefer not have such column at all.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Sun, 03 Jul 2011 20:17:46 +0300</pubDate>
        </item>
        <item>
        	<title>kobruleht on How to hide password characters in column (formatter:password is ignored)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23845</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-hide-password-characters-in-column-formatterpassword-is-ignored#p23845</guid>
        	        	<description><![CDATA[<p>I tried to use formatter:password but password characters are still displayed as open text on grid column.<br />How to hide password characters if password is displayed in grid column ?</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1188' value='Select Code' data-codeid='sfcode1188' /></p>
<div class='sfcode' id='sfcode1188'>colModel: [{ &#34;name&#34;:&#34;Password&#34;,&#34;fixed&#34;:true,<br />&#34;editable&#34;:true,<br />&#34;width&#34;:50,<br />&#34;formatter&#34;:&#34;password&#34;,<br />&#34;edittype&#34;:&#34;password&#34;<br />}]</div>
]]></description>
        	        	<pubDate>Sun, 03 Jul 2011 19:03:47 +0300</pubDate>
        </item>
</channel>
</rss>