If an editor is placed in a Window the page will just spin on startup. Any other WindowContent I have tried works fine, it stops as soon as I add the Editor.
Is there a different way to do this or is this a bug?
<
TelerikWindow
Class
=
"demo-window"
Width
=
"700px"
Centered
=
"true"
Visible
=
"true"
Modal
=
"false"
@
ref
=
"EditWindow"
>
<
WindowTitle
>
<
strong
>Edit</
strong
>
</
WindowTitle
>
<
WindowActions
>
<
WindowAction
Name
=
"Close"
/>
</
WindowActions
>
<
WindowContent
>
<
TelerikEditor
@
bind-Value
=
"@Value"
Height
=
"880px"
>
</
TelerikEditor
>
</
WindowContent
>
</
TelerikWindow
>