In my iggrid, I have columns with datatype as 'number' and format as '0.000'
The data displays correctly with 3 digits after decimal point. However when the cell is being edited, the data rounds to only 2 digits after decimal and we cannot enter the third decimal digit.
Please advice
Hello Krishna,
In edit mode igGridUpdating displays editors (of type igEditor). You should also configure the editor to accepts 3 decimal places. This can be achieved in the igGridUpdating.columnSettings.editorOptions setting.
I'm attaching a sample for your reference.
Hope this helps,Martin PavlovInfragistics, Inc.