Posted 10 February 2025, 12:32 am EST
Hi,
I am encountering an issue with TableSheet. When I cancel the ClipboardPasting event by adding args.cancel = true as shown in the demo below:
https://jscodemine.mescius.io/sample/6Is4VraVt0etq9rGTY1LBw/
If I copy the date column, paste it into the money column (which is blocked), and then focus on the money cell to edit, I am unable to edit the value. I can enter numbers, but when I blur out of the cell, the data is lost.
Could you please let me know if this is expected behavior? Also, how can I fix this?
Regards,
User