KendoIntl rounds negative numbers differently then Intl.NumberFormat. This can be observed here: https://stackblitz.com/edit/react-o29snm-7iyfqp?file=app%2Fmain.jsx We round the number `-0.375` to `0.37` where [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) rounds it to `-0,38`