Hi
I have a NumericTextbox bound to a model variable in MVC. I'm reading a decimal value from a database (123.50) , but it is displayed as 123.00. I included the relevant Kendo culture file kendo.culture.en-ZA.min.js , and initialized the correct culture with
$(function () {
kendo.culture("en-ZA");
});
Any idea why the places after the decimal point are not showed?
I have a NumericTextbox bound to a model variable in MVC. I'm reading a decimal value from a database (123.50) , but it is displayed as 123.00. I included the relevant Kendo culture file kendo.culture.en-ZA.min.js , and initialized the correct culture with
$(function () {
kendo.culture("en-ZA");
});
Any idea why the places after the decimal point are not showed?