Hi support,
I'm using a number column, formatted with "N2".
My culture is globally set to "de" with
ej.base.setCulture('de');
so the number is displayed with a decimal comma as a decimal point.
So far so good.
But when I double-click to enter edit mode (inline), the format of the number changes to a decimal point.
If I save and the edit mode is finished, the decimal comma appears again as it should be.
The column is defined as:
{ field: 'priceperday', headerText: 'Price per day', width: 80, textAlign: 'Left', allowEditing: true, format: 'N2'},
What can I do?
Regards,
Stephan