Hi,
I have this json to display on Grid component:
Int64 columns at left side of Decimal field are shown correctly (no decimal places)
On the right side of Decimal field, Int64 columns are being shown with decimals:
Even with text columns between decimal and int columns (example):
Am I missing something?
Regards,
Miguel
Hi Miguel,
Could you please share your oml file.
Most of the time ,we got JSON from rest API response and OutSystems automatically generate it structure with suitable datatype and we can easily bind to data gird or table.
Rafi
Hi @Vitor Miguel Pereira ,
i can reproduce the same thing. An int following a decimal gets displayed with decimal part.
I would say it is a bug in the datagrid for autogenerated columns. @Gonçalo Martins , agree ?
Dorine