Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Peter
Created on: 19 Mar 2013 08:24
Category: Editors
Type: Bug Report
1
FIX. The RadMaskedEditBox throws an exception if the Culture CurrencySymbol is empty.
The RadMaskedEditBox wil throw an exception if set the custom culture with empty CurrencySymbol and MaskType is set to Numeric. 

Workaround:
Set the CurrencySimbol to space char:

            cultureInfo.NumberFormat.CurrencySymbol = " "
            this.radMaskedEditBox1.Culture = cultureInfo
0 comments