This question is locked. New answers and comments are not allowed.
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
€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}" />