Hi
i found this code where hide the password but in the edition part, i need hide the data information ***** in the main table
$grid->setColProperty(‘password’, array(“width”=>0.1,”edittype“=>”password”));
for example
<table style=”border-collapse: collapse; width: 240pt;” border=”0″ width=”320″ cellspacing=”0″ cellpadding=”0″><colgroup><col style=”width: 60pt;” span=”4″ width=”80″ /> </colgroup>
<tbody>
<tr style=”height: 12.75pt;”>
<td class=”xl63″ style=”height: 12.75pt; width: 60pt;” width=”80″ height=”17″>key</td>
<td class=”xl63″ style=”width: 60pt;” width=”80″>id_user</td>
<td class=”xl63″ style=”width: 60pt;” width=”80″>name</td>
<td class=”xl63″ style=”width: 60pt;” width=”80″>password</td>
</tr>
<tr style=”height: 15.0pt;”>
<td style=”height: 15.0pt;” align=”right” height=”20″>1</td>
<td>ATT1009325</td>
<td>jorge</td>
<td>******</td>
</tr>
<tr style=”height: 15.0pt;”>
<td style=”height: 15.0pt;” align=”right” height=”20″>2</td>
<td>ATT1012209</td>
<td>Carlos</td>
<td>*******</td>
</tr>
</tbody>
</table>