Hi,
I have an editable interactive grid with few numeric columns. The columns are of type Number Field and I have added format mask in appearance section of these columns and set the value to 999G999G999G999G990D00.
The problem is when I save this IG, I expect the value of these numeric fields to be actual number value, for example - 134565 and not the formatted String like 134,565. Isn't the formatting suppose to be only for Appearance as the property title says so ? Is this a bug ? We don't expect such behavior in ADF where formatting is applied only on display and when we actually read those fields it gives only numeric value.
Is there anything else I am missing - any setting to be done ?
Apex version 21.2
Thanks.