Hello Ken,
You can achieve the described behavior by setting NumberFormat.AllowRounding to "false". If you don't want to disable rounding, then you will have to use some custom Javascript. Subscribe to the
ValueChanged and
Blur client events. In the event handler, you can access the formatted value inside the textbox with
sender._textBoxElement.value.
Greetings,
Dimo
the Telerik team