Firefox 3.6 / SmartGWT 2.4
I load a DataSourceFloatField with float value (15.15), but when displayed in a ListGrid, it shows up as (15.149999618530273). Looks like its using getAttribute() instead of getAttributeAsFloat().
Tried a CellFormatter, but the problem occurs in edit mode and when displayed in a pop-up.
Any ideas on how to fix this?
I load a DataSourceFloatField with float value (15.15), but when displayed in a ListGrid, it shows up as (15.149999618530273). Looks like its using getAttribute() instead of getAttributeAsFloat().
Tried a CellFormatter, but the problem occurs in edit mode and when displayed in a pop-up.
Any ideas on how to fix this?
Comment