There is a limit in kendoNumericTextBox to 14 decimals. The request is to manage 15 or more decimals.
Hello,
The NumericTextBox uses JavaScript Number object. This object has a limitation and it loses precision after the 16th digit.
Regards,
Preslav
Progress Telerik