Hi Isomorphic,
I am using licensed version of SmartGWT PRO 4.1 (isc.version="v9.1p_2014-06-14/Pro Deployment";isc.versionNumber="v9.1p_2014-06-14";isc.buildDate="2014-06-14")
Problem Statement
1 Decimal value (for example 0.0000000001) is getting rendered in exponential format in Editable ListGrid.
2 This problem has been solved by using CellFormater but while retrieving the value from ListGrid for persistence I am getting 0 in case of 0.000000000001.
Implementation
I have used ListGrid to view the Records, TextItem to get input data and ListGridType as FLOAT.
Regards,
Pratik Thaker
I am using licensed version of SmartGWT PRO 4.1 (isc.version="v9.1p_2014-06-14/Pro Deployment";isc.versionNumber="v9.1p_2014-06-14";isc.buildDate="2014-06-14")
Problem Statement
1 Decimal value (for example 0.0000000001) is getting rendered in exponential format in Editable ListGrid.
2 This problem has been solved by using CellFormater but while retrieving the value from ListGrid for persistence I am getting 0 in case of 0.000000000001.
Implementation
I have used ListGrid to view the Records, TextItem to get input data and ListGridType as FLOAT.
Regards,
Pratik Thaker
Comment