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