Hi all,
I have noticed that for any cell in which I have disabled the editing, the deletion is still possible.
The editor is disable using setting: cellProperties.editor = false;
How can deletion be disabled for these specific cells?
Thanks in advance for your help
Thomas
Hi @luexternaltweyrich
an editor is called when you double click a cell and if you’re using Delete or Backspace button on selected cell you do not call it.
You can block some defined keys via beforeKeyDown
events. Here’s a demo http://jsfiddle.net/cgyx7uax/
OK. Let me know if it works in your project.
Hi @luexternaltweyrich
I am just checking by to ask if the following code works in your project or you need any help.
Hi,
This is not my priority for the moment but for sure I will let you know.
kr
thomas