How can i disable kendo editor in asp.net mvc
问题 How can I disable kendo editor or make it read only? I tried using HTML attribute but no luck ( or I still do it right) @(Html.Kendo().Editor() .Name("Text") .Value(@detail.SRoomInformation) .Tools(tools => tools.Clear()) ) 回答1: If you are wondering why there is no such option such as Enable/Disable - because html could be simply shown as html or as text - all the tools the Editor provide are not needed and it is pointless to use such widget. Editor means it helps you edit ;) If you really