I have a data grid within a reactive web app that writes back changes to the underlying table on an OnCellChangeEvent. The process works correctly except when the user clears out the cell via backspace without clicking into the cell, the OnCellChangeEvent is not triggered. This is confirmed through the black change mark staying on the row and the old value appearing after clicking the refresh button. This doesn’t occur in the number columns because they can’t be blank.
My main two issues.
I attached an OML file example. Thank you in advance.
Hi @Samuel Kalman,
About your questions:
Best regards,
Bernardo Cardoso
Thank you for the response.
For the second issue, I set the isRequired config to false and I'm able to clear out the number cell in the data grid. However, the delete AND backspace key does not trigger the OnCellValueChange event for the number columns. Will this issue be resolved as well with task ROU-4481?
Yes, it will be fixed by that task!
Has Data Grid version 2.13.0 been released? I'm only seeing version 2.12.1 in forge.
Hi @Samuel Kalman
That release has an ETA of October 30th.
Cheers,GM