Hi,
We're using an Editor and due to a flag it occasionally needs to be disabled. Disabling works fine using $($('#Content').data().kendoEditor.body).attr('contenteditable', false); but there is still one issue.
Even after its disabled, highlighting text and hitting either backspace or enter removes the text. I've tried catching keydown, keyup and keypress and preventing default, but that doesn't prevent the behaviour.
Any help would be appreciated!
Thanks,
Kevin
We're using an Editor and due to a flag it occasionally needs to be disabled. Disabling works fine using $($('#Content').data().kendoEditor.body).attr('contenteditable', false); but there is still one issue.
Even after its disabled, highlighting text and hitting either backspace or enter removes the text. I've tried catching keydown, keyup and keypress and preventing default, but that doesn't prevent the behaviour.
Any help would be appreciated!
Thanks,
Kevin