This question is locked. New answers and comments are not allowed.
Hi,
I have a issue with property "Culture" of RadMaskedCurrencyInput. Example:
I have a RadMaskedCurrencyInput in xaml
and these are codes in vb file
when i run my app, i can't input any character at first position after decimal separator.
tks
I have a issue with property "Culture" of RadMaskedCurrencyInput. Example:
I have a RadMaskedCurrencyInput in xaml
<telerik:RadMaskedCurrencyInput Grid.Column="3"x:Name="mciUnitPrice"Grid.Row="1"Height="22"Margin="8,4,36,0"TabIndex="105"/>Dim oCurrentNFI As NumberFormatInfo = System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat<Here is codes for customize NumberFormatInfo>System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat = oCurrentNFISystem.Threading.Thread.CurrentThread.CurrentUICulture.NumberFormat = oCurrentNFImciUnitPrice.Culture = Thread.CurrentThread.CurrentUICulturetks