Posted 2 November 2018, 9:27 am EST
Hi,
I was trying to set a particular column to Percentage format with 3 decimal places.This is the setting I used
column:
[ { binding: ‘col1’, header: ‘col1’, format: ‘p3’, dataType: ‘Number’ },]
But it looks like though the format for display changed to 3 decimal places, the data that is been stored is what the user has typed.For Ex :When I type in 20.44444 it formats to 20.444 in the UI but the datasource keeps the original value as 20.44444.Is there any column configuration change to be made to keep the formatted value in the datasource as well.
Thanks,
Raznin
