Posted 23 April 2019, 9:04 am EST
In an editable grid, I set the isRequired value to false for a number column. I am able to change the values without any issues. When I clear out the cell value and goes to another cell, the previous value returns. The cell will not remain empty.
FYI - I have the cell defined as:
- dataType: 2
- format: ‘P7’
- isRequired: false
Any ideas on why this is happening?