This example shows how to have a window component initially hidden, show it through client script and submit a form within it. Here are the necessary steps in order to achieve this:
Visible() method:
<%= Html.Telerik().Window()
.Name("Window")
.Visible(false)
%>
$('#Window').data('tWindow').open();
<button type="submit">.