Hi Christoper, Thank you for your prompt response.
Would you be able to provide an example for being able to copy the cells of the first row to the second ensuring the primary key does not change and with the ability to mutate the data? I cant figure out any way of doing that with the navigation event alone
I’ve prepared a fiddle https://jsfiddle.net/pmcintosh/tsfavt0w/2/
Note: the sample will highlight the issue where its possible to copy and paste over a non-editable field and have the updaterow function alert you to its modification.
Additionally I’ve noticed some other issues that can be seen in the source provided.
1) The other thing I noticed is that if you copy the X Val 1 field, and then hold down ctrl+v on another field, it will start concatenating the values creating numbers like 1, 111 and 1111
2) The event appears to fire 3 times with no discernible change in the event args when you hit ctrl+v in a field. (this is solved by returning true in the event handler but i found it strange none the less)