We have a simple RadNumericBox control. We what to add a number with leading decimal separator (omitting the leading 0) for example .59 . EXPECTED result: The entered number is 0.59 . ACTUAL result: The decimal separator is added after the first added digit, i.e. the entered number becomes 5.9 .