The grid (core) ยท console.warn
value.parse threw for column '{colId}'; the raw editor output was used.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › edit.parse.throw:*
- Identifier
edit.parse.throw:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
value.parse turns what the editor produced into what the row should hold, and it threw. The raw editor output is written instead, so the row may end up holding a string where a number or a date was expected.
The fix
The error is attached to the console line. parse receives whatever the editor returned, which for a text editor is always a string.
Reference
Covered in full at the API reference.