Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2334
FormatString and InputMask on UltraNumericEditor
posted
When I set the Numeric type of the UltraNumericEditor to decimal it automatically sets the FormatString and InputMask to include a '$'. How can I avoid this? I do not want to reset the FormatString and InputMask of every numeric editor in my application (i have a boat load). Why does it assume i what to show currency on decimal type? Thanks.