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
  • 22015
    posted

    Hello Jairo,

     Thank you for your post.

     I have been looking into it and have created a small sample application, using the provided code snippet, I order to test the mentioned functionality for the xamNumericEditor. I have no luck reproducing the issue. I have attached the sample application for your reference. Would you please modify the sample application with the functionality you are using. This way I would be able to reproduce the issue and provide you with further support.

     Thank you for the cooperation. Looking forward to hearing from you.

    NumericEditor_Double.zip
Reply Children