I am using MaskedInput control for currency value. I want to set a negative currency value in the masked input control. I get () in the control when I type - symbol. How to set mask which accepts negative value for currency type.
This is the default CurrencyNegativePattern used in "en-Us" Culture. You can view the possible negative patterns here in this msdn help article. What you could do is to change the default "en-US" culture used like so:
You can also find this realized in the attached solution. Feel free to ask if you need further assistance.
Kind regards,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>