supera
Jan 27, 2012, 11:31 AM
Hi
I have a gridPanel with money values in cells...
I need format this money values with decimal precision 4...
Any idea how I can do this? Now I use this way:
<ext:Column runat="server" Text="Valor unitário" DataIndex="ValorUnitario" Width="90px" Sortable="true" Align="Right">
<Renderer Fn="Ext.util.Format.brMoney" />
<Editor>
<ext:NumberField ID="TextField1" runat="server" DecimalSeparator="," DecimalPrecision="4" SelectOnFocus="true"/>
</Editor>
</ext:Column>
Thanks for any help!
I have a gridPanel with money values in cells...
I need format this money values with decimal precision 4...
Any idea how I can do this? Now I use this way:
<ext:Column runat="server" Text="Valor unitário" DataIndex="ValorUnitario" Width="90px" Sortable="true" Align="Right">
<Renderer Fn="Ext.util.Format.brMoney" />
<Editor>
<ext:NumberField ID="TextField1" runat="server" DecimalSeparator="," DecimalPrecision="4" SelectOnFocus="true"/>
</Editor>
</ext:Column>
Thanks for any help!