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
210
Mask Input in UltraGrid 10.3
posted

I am not sure with the behavior of the UltraGrid with respect Mask Input for Column. Let me try putting my concern.

I have a numeric column let say with width as 70 (which can completely display 10 digit numbers). The Mask Input for the column is {double: 12.0}. If I reduce the column width to 50 and have a numeric cell value as 9999 the complete number is displayed in the cell. But if I change the Mask Input to {double: 28.0} the same numeric value (9999) on the cell is displayed as 9…. I think there is an issue with the display and would request for your assistance.

Thanks and Regards,

Ritesh

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Ritesh,

    I tried your scenario and it works fine for me. Could you please let me know of your exact version, so I could test the project with it? Also, I think that this behavior might be coming from other settings, so I will not mind if I could take a look of a small sample project of your own which reproduces this issue.

    In the meantime, please take a look at the attached sample to this post.

    Please feel free to let me know if I misunderstood you or if you have any other questions.

    WinGridDoubleMask.zip
Children