Hello,
I am looking for help regarding preventing a kendo spreadsheet from executing html that is pasted into a cell. I have tried $(document).on('paste', function () {}) and the kendo paste function prevent defaults, but neither or these worked. Any suggestions?
Example:
Dojo: https://dojo.telerik.com/AjomeMOH/5
Paste value : <img src=x onerror=alert(123)>
Thanks