Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hi,
Im using a MaskEdit control and trying to set it to receive a value and display it like a currency
We deal with small and larges numbers so i tried a Mask Segement like this
<eo:MaskedEditSegment Mask="##,###,###.##" SegmentType="Mask" />
However if a value of like $7,531.25 comes in it shows it as this 75,312,5 .
I tried using the Number segment but their is a strong desire from the users to see commas.
If this is not possible can you possible make a segment type called currency and the only difference from number is for every 3 digits going left from the decimal inser a comma.
Thank You
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. That is not possible. The closest is Number segment. Having a Currency type might be the best solution for this kind of situation. We will think about it, thanks for the suggestion!
|