I'm using batch editing mode with autofill enabled. Some columns cannot be edited by the user, so I have set 'allowEditing' to false. There is a bug that will allow the non-editable cells to be overwritten by the autofill drag and drop. See attached screenshot from the code sample below.
Ideally I would like to be able to disable the non-editable cells from being selected entirely. Is this possible?
Additionally, the copy/paste commands are not working correctly on a Mac. I have tested in the following browsers:
| Command | Firefox 88.0
| Safari 14.1 | Chrome 90.0 |
| Copy |
|
|
|
| Control + C | Yes | Yes | Yes |
| Command + C | No | No | No
|
| Paste |
|
|
|
| Control + V | No
| No
| No
|
Command + V
| Yes | Yes | No
|
Thanks
Attachment:
Screen_Shot_20210509_at_6.15.17_PM_b648c14b.zip