Dear Syncfusion,
When pressing the DELETE key on the keyboard to delete a cell or range content, the cellSave event doesn't get triggered. Instead, I have to press BACKSPACE and then enter in order to trigger the cellSave event (and even then, if more than a cell is selected, only the originating cell of the selection is erased). I want to ba able to register the DELETE event as a cellSave in order to capture everything cellSave has to offer (address, oldValue, newValue, etc.). Is there a way to do so?
Here is a sample demonstrating the issue :
Thank you,
Remy