Hi,
I'm using a kendo-grid (from kendo 2015.1.429) with angularjs (v 1.2.27) and odata (asp net web api 2).
I've a field that is declared as type: 'number' the culture used is it-IT both for client and server (I've included kendo.culture.it-IT.min.js and set JsonFormatter serialization settings properly).
The grid does not allow to insert a "." but only "," as decimal separator (that is correct) but when I try to save data, those are posted to my controller and deserialized losing the decimal. So for example 7,22 become 722.
Am I doing something wrong? Is there a known bug?
Thanks,
Enrico