It is better if kendo numeric textbox formats value (comma will be added after 3 decimals) as user types, especially for currency values. There are so many jQuery plugins available in market to achieve this. Kendo Numeric text box is not working as expected when integrate with these plugins. Demo url: https://www.jqueryscript.net/demo/Auto-Format-Currency-With-jQuery/
Hi,
Having such functionality falls outside of the scope of the NumericTextBox. To use these plugins, I would suggest using a regular HTML input. For example:
<input type="number" class="k-textbox" />
Regards,
Preslav
Progress Telerik