Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to enable/set BigDecimal default rounded feature ?

    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 ?
    Last edited by dastagiri89; 2 May 2018, 06:31.

    #2
    Please explain what the new behavior is that you're experiencing and how to reproduce it.

    Also, please stop doing duplicate posts, you've done so twice today.

    Comment

    Working...
    X