This question is locked. New answers and comments are not allowed.
I'm using Telerik Editor, with following,
doing only above, it is working, (Editor is working) , but If I add iframe , then Editor is disabled.
Anybody getting this error/bug?
<div class="Telerik-Editor"> @{ Html.Telerik().EditorFor(model => model.Description).Name("Editor").FileBrowser(settings => settings .Browse("Browse", "ImageBrowser") ).Render(); } @Html.ValidationMessageFor(model => model.Description) </div>doing only above, it is working, (Editor is working) , but If I add iframe , then Editor is disabled.
Anybody getting this error/bug?
<iframe src="mysomeurl" />