I am using json for comment on post where i use kendo ui editor for summary. on success json i am trying to clear editor value by jquery like $('#editor').val(' ');
its not working.If i remove kendo editor its working fine. please help.
I'm also trying to figure this out. I have the editor in a dialog and when I close the dialog I want to clear the form. But I tried clearning the underlying textarea with $("#the-textarea").val(''), but that doesn't do anything. I was able to sucessfully clear other kendo enabled input boxes, but not an editor. Please explain how to do this.
I've actually got the same problem with the numeric text box. Since kendo creates a separate input, the value doesn't get cleared.