Hi,
Hello John
Please try setting the following properties to the UltraNumericEditor:
NumericType = DoubleFormatString = .##MaskInput = {double:-9.3}MaxValue = 0.99MinValue = -0.99
Thanks Michael that works. The Min and Max values seem to be the key here. If I set those as you suggested I can use a MaskInput of "-n.nn" and that will work as well.
I appreciate the help.
John