Using the 12.2 version of the WinForm controls. I have a UltraNumericEditor on a form. In code I set the following -
this.ultraNumericEditor1.MaskInput = "-n.n"; this.ultraNumericEditor1.Value = 12345.12365;
At runtime the control displays 45.1 instead of 5.1. If I remove the negative sign from the mask it correctly displays 5.1.
Is there a way to fix this?
Hi,
Thank you for posting in our forums.
I was able to reproduce this issue, so I have logged it in our internal issue tracking system with ID of 194274. I have also opened a private case for you (CAS-155996-F0Q8V2) so that you will be notified as soon as the issue is fixed.
You can view your currently active cases if you follow this link:
https://ko.infragistics.com/my-account/support-activity
There is a requirement to remove any values present in the Ultranumericeditor at runtime when a button is clicked. I have been trying this for sometime and could not see any property of the Ultranumericeditor supports this. Kindly advise.