In my Wijmo FlexGrid, in one Column I have Decimal Value (32.786878). In the UI its getting round off.
I want to show Round off (32.79) value only in UI, but when I edit column value in UI, I want to display full value (32.786878)
In my Wijmo FlexGrid, in one Column I have Decimal Value (32.786878). In the UI its getting round off.
I want to show Round off (32.79) value only in UI, but when I edit column value in UI, I want to display full value (32.786878)
Copyright © 2021 Jogjafile Inc.
You can set the format of the column as 'n2' and then, set the raw value as editor's value in the prepareCellForEdit event like this:
Here is the fiddle: http://jsfiddle.net/q7z3hpjq/