Posted 26 January 2021, 8:13 pm EST
hello,
We are currently using FlexGrid (Angular), and set the column something like '[dataType]=2 [format]=“‘n2’” ', so if user types number ‘2.10234’, the displayed value becomes ‘2.10’, and when highlighting the cell for editing, the actual(underlying) value is shown like ‘2.10234’ which makes sense.
Now we want to use Wijmo inputNumber control, and we noticed that it does not allow typing more than 2 decimals if the format is ‘n2’, is there anyway to have the similar behavior as the flexgrid cell?
Thanks and Regards,
Weid