We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

CurrencyEdit

Hi. I have following questions about this control.

1. I want to remove displaying currency symbol from control so that it can display only numbers. Reason is my app will work with currencies which are different from my Regional settings and currencies will be numerous. How can it be done?

2. How can I open Calculator trough code?

Thanks.

1 Reply

PJ Poly J Syncfusion Team April 12, 2007 10:21 AM UTC

Hi Srdjan,

Thanks for your interest in Syncfusion Products.

1.You can remove the currency symbol using the currency symbol property of the textbox.

this.currencyEdit1.TextBox.CurrencySymbol = "";

2.When calling the method 'PerformClick' will open the Calculator in Currency Edit.

this.currencyEdit1.CalculatorButton.PerformClick();

Please let us know if you need more assistance with this.

Best Regards,
Poly



Loader.
Live Chat Icon For mobile
Up arrow icon