Hi Devin,
Let me get straight to your questions:
1) Multiplying the value by an arbitrary integer is not supported, however, you can try setting the "p0" (%) format which internally multiplies the value by 100.
2) The NumericTextBox operates in two different modes - display and edit. When it is in edit mode, the widget will always display the actual unformatted value. It is possible to configure the formatted value to look like a non-formatted, but the opposite is unfortunately not possible, because this would interfere with the value, which the widget submits to the server.
More information about the NumericTextBox widget can be found below:
http://docs.telerik.com/kendo-ui/web/numerictextbox/overview#numerictextbox-overview
http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox
http://demos.telerik.com/kendo-ui/numerictextbox/index
Regards,
Plamen Lazarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!