Grid column number format issue

Hello,

In some columns for the Grid I have set “00.0” as mask for type “edn”.

I did not change the default “.” for decimal and “,” for group separator.

When I enter 9,8 it converts the value to “9.0”?!

But my customer wants the following: 9,8 --> “98”; 9.8 --> “9.8”.

The same “issue” occurs with mask “0,000.00”.

In “onEditCell” event the nValue occurs also as “9.0”.

Any help is highly appreciated.

Thanks and regards,
Helmut

Components parse incoming numbers by using parseFloat logic, so it expects to receive raw numeric data, without any extra formatting