Hi, I am new here and i have question, I need a help?
I have jQuery Dialog form with tabs.
Inside this tab i want to have Kendo UI Editor but i have this problem when do this, Inside the tab, a kendo editor creates itself 2 times.
<div id="dialog">
<div id="tabs-7" style="height:540px; width:680px;">
@(Html.Kendo().Editor()
.Name("Editor")
.HtmlAttributes(new { style = "width: 500px;height:440px" })
.Value(@<text>
<p>
Some text
</p>
</text>))
</div>
</div>
$("#dialog").dialog( ........);
Thanks,
Milan
I have jQuery Dialog form with tabs.
Inside this tab i want to have Kendo UI Editor but i have this problem when do this, Inside the tab, a kendo editor creates itself 2 times.
<div id="dialog">
<div id="tabs-7" style="height:540px; width:680px;">
@(Html.Kendo().Editor()
.Name("Editor")
.HtmlAttributes(new { style = "width: 500px;height:440px" })
.Value(@<text>
<p>
Some text
</p>
</text>))
</div>
</div>
$("#dialog").dialog( ........);
Thanks,
Milan