It'll do that. You'll have to apply a custom column renderer. There is 
an Ext.utils.format class, containing a numeric format function where 
you can set your format.

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_____________________________
http://blog.cutterscrossing.com


On 8/5/2009 9:01 AM, Paul Ihrig wrote:
> i have a column in a cfgrid
> user can put either text or number
> like 1234.56
> if the enter 1234.50 the display removes the zero. so it look like 1234.5
> or if the string is 1234000 it displays 1234  there are also results that at
> like xc2000s and those are fine.
>
> <cfgridcolumn name="ArtNr" header="ArtNr" mask="X" type="string_nocase">
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325217
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to