Hi
Unfortunately I find it overly complication to format something.
In my following example I have { field: "price", format: "{0:n5}" }
http://jsfiddle.net/Lqxon2f1/2/
How can I
1. apply both "n5" rule and "de-DE" formatting as described here: http://docs.telerik.com/kendo-ui/api/javascript/kendo#methods-toString
2. do a calculation with this data, ex. { field: "price", format: "{0} / 0.995 " } so that each value is divided by 0.995
Many thanks
Unfortunately I find it overly complication to format something.
In my following example I have { field: "price", format: "{0:n5}" }
http://jsfiddle.net/Lqxon2f1/2/
How can I
1. apply both "n5" rule and "de-DE" formatting as described here: http://docs.telerik.com/kendo-ui/api/javascript/kendo#methods-toString
2. do a calculation with this data, ex. { field: "price", format: "{0} / 0.995 " } so that each value is divided by 0.995
Many thanks