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
545
ultranumeric editor decimal values issue
posted

I have an ultranumeric editor who has the following properties:

MaskDisplayMode: IncludeLiterals

MaskInput: nnn.nnnn\%

NullText: 0

Numeric Type:Decimal

Min value: 0

Max value :100

on the intialize, I am setting each of the numeric text boxes .datafilter =new PercentageDataFilter

 

Issue I am haviing is that when the user types in .22 and tabs out, the numeric text box changes that to 0 which I dont want.

How can I stop that from happening?