Number format in devextreme datagrid for Angular2

In my dexextreme datagrid I'm using fixedPoint as the format for a cell with a number. The numbers are formatted like: 1,234,567.12
I want them to be formatted like 1.234.567,12
My feeling says it has something to do with the locale, but I'm not sure how to set it in my Angular2 application. Can anyone help me out?


It looks like the only thing you can do is to edit the numbers.js file in devextreme/localization. Ofcourse this is a horrific solution; an update of the package will break it, but it seems to be the only solution for now.

链接地址: http://www.djcxy.com/p/31094.html

上一篇: 自定义格式函数不会被调用

下一篇: Angular2的devextreme datagrid中的数字格式