This question is locked. New answers and comments are not allowed.
I am trying to use the MVC Editor in my project with some difficulties. I get an error indicating that 'contentWindow' is null or not an object.
my view has the following:
what am I doing wrong?
Thank you
my view has the following:
<% Html.Telerik.Editor().Name("Information").Value(Model.Information).Render()%>what am I doing wrong?
Thank you