Hi,
I have the following NumericTextBox configured with the options:
$("#weight").kendoNumericTextBox({
culture: "nl-NL",
format: "n1"
});
When I set the weight to 80.8 (invariant) like this: $("#weight").data("kendoNumericTextBox").value("80.8"); , the NumericTextBox outputs 808,00, instead of 80,8.
Any ideas?
Kind Regards,
Marco
I have the following NumericTextBox configured with the options:
$("#weight").kendoNumericTextBox({
culture: "nl-NL",
format: "n1"
});
When I set the weight to 80.8 (invariant) like this: $("#weight").data("kendoNumericTextBox").value("80.8"); , the NumericTextBox outputs 808,00, instead of 80,8.
Any ideas?
Kind Regards,
Marco