charlie17
4 Sep 2011, 2:05 PM
Forgive me, I've searched on this but not found anything right on point.
I have values coming into a grid column, most of which are less than 1, and all of which have 2-3 decimal places. No matter how values are passed in or I tweak the numbercolumn format, Ext 4 formats them with the 0 in front of the decimal.
For example if the # passed in is .123 I would like it shown in the grid as .123 not as 0.123.
As another example if the # passed in is 1.23 I would like it shown in the grid as 1.230.
Any ideas?
Thanks
I have values coming into a grid column, most of which are less than 1, and all of which have 2-3 decimal places. No matter how values are passed in or I tweak the numbercolumn format, Ext 4 formats them with the 0 in front of the decimal.
For example if the # passed in is .123 I would like it shown in the grid as .123 not as 0.123.
As another example if the # passed in is 1.23 I would like it shown in the grid as 1.230.
Any ideas?
Thanks