Hello I have an issue with Numeric Textbox it seems that it is auto rounding up when certain digits are met.
I have set it's max property to 999999999999.9999, because I need only to accept up to that digits.
But when I input it in the numeric textbox, when I focused out the value is rounded up which is 1000000000000.
I want to disable that kind of behavior. Please help me ,thanks.