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
450
XamCurrencyEditor Limitation - ** Urgent **
posted

Hello, I use CurrencyEdit and its not allowing to enter more than {9.2} digits. Ex:999,999,000.00

But, I need to enter more digits, what do I need to change to the below Xaml?

<igEditors:XamCurrencyEditor  
PromptChar=""
Format="###,##0.00;(###,##0.00)"
ValueType="{x:Type sys:Double}"
NullText="0"
InvalidValueBehavior="RetainValue">