Hi,
as the title suggests I have the following issue on jqxGrid component: setting the configuration “editable: false” you can delete the contents from the cells with the combination CTRL + X and copy (CTRL + C) and paste (CTRL + V) to another cell overwriting the contents. This also causes problems in the export phase as the content is exported with the changes.
To replicate this behavior, just create a grid setting editable: false and use the key combinations (CTRL + X, CTRL + C, CTRL + V) to modify the contents of the cells.
I’m experiencing this issue with Firefox, Chrome, IE11 and Edge.
For convenience I created this simple fiddle to test the problem.
How can I solve this issue?
Thanks,
Silvio