This is a migrated thread and some comments may be shown as answers.

Currency symbol directly against the amount

1 Answer 47 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Pascal
Top achievements
Rank 1
Pascal asked on 06 Apr 2011, 05:41 PM
When using the RadMaskedCurrencyInput the Currency symbol is directly against the amount like:
€1,23
(When editing it looks like €       1,23)
Is it possible to have it shown with a space between the Currency symbol and the amount like:
€ 1,23


<telerik:RadMaskedCurrencyInput 
                    AutoFillNumberGroupSeparators="True" 
                    AutoFillZeros="False" 
                    AllowSkipPlaceholders="False" 
                    IsClearButtonVisible="False" 
                    TabNavigation="Local" 
                    SpinMode="None"                    
                    SelectionOnFocus="SelectAll" 
                    Culture="nl-NL" 
                    TextMode="PlainText" 
                    Placeholder=" "
                    Value="{Binding Amount, Mode=TwoWay}"  />

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 11 Apr 2011, 05:15 PM
Hi Pascal,

The RadMaskedCurrencyInput control doesn support this scenario at the moment. However, we added your suggestion as a feature request in our PITS where you can vote for it thus increasing its priority.

Best wishes,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Pascal
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or