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
370
XamNumericEditor Double only takes 9 digits - always
posted

Good afternoon,

I've a problem with a XamNumericEditor. Even if I set the digits on the mask to something bigger than 9 it only takes 9 digits. However if I set it to something smaller than 9 it works. It seems like there is a limit of "9" when the editing data type is double, is it?

Here is the style I use:

<Style TargetType="{x:Type igEditors:XamNumericEditor}" >

     <Setter  Property="Mask" Value="{}{double:11.2:c}" />

</Style>

I am using XamDatagrid version 11.1.

Thanks for any help.

Parents Reply Children
No Data