I am using Kendo UI Editors in one of my pages. Below is the syntax used.
$("#editorKendo1").kendoEditor();
$("#editorKendo2").kendoEditor();
I want to either disable or make both of the editors read-only on some condition and make it editable on some other condition.
Below are the links to the similar requirement i have got so far. How can i disable kendo editor in asp.net mvc http://www.telerik.com/community/forums/aspnet-mvc/editor/making-the-editor-disabled-readonly.aspx
I am using Kendo UI Web, Version - 2012.3.1114 Can anyone help me with this.
Thanks