Hi Isomorphic,
When we used version 4.1p20160711 , rounding behavior was works good. It's some thing like --> "precision values get rounded automatically to 13 digits precision after read from FROM using getValueAsString() method of TextItem class".
Example :
If entered '90.123456789123456789' in text field it returns '90.12345678912345' with getValueAsString() method.
private TextItem field1;
field1.getValueAsString() --> 90.12345678912345 (default rounded feature)
1. Could you please tell us - Is smartGWT version 4.1 manages rounded feature automatically ? If so, how to enable in newer versions. This behavior is not working as expected after we upgraded to 6.1p20170630 from 4.1p20160711.
Could you please help on this resolve this ?
When we used version 4.1p20160711 , rounding behavior was works good. It's some thing like --> "precision values get rounded automatically to 13 digits precision after read from FROM using getValueAsString() method of TextItem class".
Example :
If entered '90.123456789123456789' in text field it returns '90.12345678912345' with getValueAsString() method.
private TextItem field1;
field1.getValueAsString() --> 90.12345678912345 (default rounded feature)
1. Could you please tell us - Is smartGWT version 4.1 manages rounded feature automatically ? If so, how to enable in newer versions. This behavior is not working as expected after we upgraded to 6.1p20170630 from 4.1p20160711.
Could you please help on this resolve this ?
Comment