hello,
as you give me the code to make the column read only which is as follows
{ columnKey: "Content", editorOptions: { readOnly: true } },
it didn't seems working for IE11
anybody there who can help me out.
Hi Sushant,
Thank you for posting in our forums! Try setting the readOnly property of the column itself not the editor's one. It looks like this:
{ columnKey : "Content", readOnly: true }
I hope this helps!
Kind regards, Petko Zhekov Senior Software Engineer