Im using kendo template popup for my grid editing and I want to use kendoNumericTextBox for input validate, any idea how to do? DEMO DOJO
$('#percentage').kendoNumericTextBox({
spinners: false,
restrictDecimals: true,
round: false
});
Im using kendo template popup for my grid editing and I want to use kendoNumericTextBox for input validate, any idea how to do? DEMO DOJO
$('#percentage').kendoNumericTextBox({
spinners: false,
restrictDecimals: true,
round: false
});
Copyright © 2021 Jogjafile Inc.
format: "c0" is the right format
Documentation