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
345
Value get hidden in the UltranumericEditor due to spinbutton
posted

The value which is displayed in the UltraNumericEditor control looks truncated due to spinbutton.  I have set the following property of control like the following.

Spinbuttonalignement -Right and Spinbuttondisplaystyle as Always.

The width of control is set to 75. When it displays for eg the value is 123, we only see 12, the 3 gets behind the Spinbuttonalignement. When we click on the control we could see the value as 123, but if change the focus, it will be truncated to 12.

I tried increasing the width which will resolve the issue for small numbers, but when i tried with a big number 469852, it shows as 46985 and 2 gets hidden. As we cannot predict what will be the range of values coming in, we cannot set any fixed width to resolve this issue.

Please let me know how this can be solved?

Parents
No Data
Reply
  • 9190
    Offline posted

    Hello,

    Please let me know if you require further assistance regarding Mike's solution to this issue.

Children