Hi,
I use a numeric texbox control which I have to allow negative values formatted as currency. I use the following formatting options:
style: "currency",
currency: "EUR",
minimumFractionDigits: 0,
maximumFractionDigits: 0
This displayes the numeric texbox with a nice euro currency symbol. However, when I try to enter a negative value, it will not allow it. I played around with the min attribute, but does not seem to work. When I switch the textbox over to a decimal style it does allow it.Style percentage does not allow for negative values. Can you provide me with instructions on how to allow for negative values in the numeric textbox control for currency style? Thanks again!
Regards,
Ruud