Hi telerik Members:
step1: I had added @(Html.Kendo().Editor().name("editor") in view
step2: I want to set value to editor, but $("#editor").val("XXX") is not work.
step3: I had found the paper : http://www.telerik.com/forums/empty-editor-by-jquery-628e7aaaa9af,
var editor = $("#editor").data("kendoEditor");
editor.value('');
But It is not work too.
Is there some way can set value to editor?
thank you.
CUID : QD1612651
step1: I had added @(Html.Kendo().Editor().name("editor") in view
step2: I want to set value to editor, but $("#editor").val("XXX") is not work.
step3: I had found the paper : http://www.telerik.com/forums/empty-editor-by-jquery-628e7aaaa9af,
var editor = $("#editor").data("kendoEditor");
editor.value('');
But It is not work too.
Is there some way can set value to editor?
thank you.
CUID : QD1612651