I'm finding that when I call .kendoWindow on $("#window"), the #window div is moved to the end of the body
<
form
>
<
div
id
=
"window"
>
<
input
type
=
"text"
name
=
"partOfMyForm"
/>
</
div
>
</
form
>
But what if the contents of the window are inputs that belong to the form and need to be submitted with it? Is there a way to leave the window element inside the form element?