Hi Team,
I have a TextEdit control on Vertical grid view with EditMask as C2 where the user can enter the currency with two decimal values as suffix.
By default it is showing the "Pound" symbol probably because of the default settings but if some one uses my software where the Culture is set to English USA ($ symbol) then that would be the crap because the currency value varies across the world.
My question is, how should I show the specific currency symbol?
if I set the EditMask property to "#,##.##" then it will allow only 3digits, but the currency C2 will satisfies my requrement.
Please let me know how to overwrite the default currency symbol to the specific (£) symbol.
Thanks.
Hari C