Skip to content

Commit 0581969

Browse files
author
Dimo Dimov
committed
Document using forms inside MVC Window 2
1 parent 2464a59 commit 0581969

File tree

1 file changed

+3
-1
lines changed
  • getting-started/using-kendo-with/aspnet-mvc/helpers/window

1 file changed

+3
-1
lines changed

getting-started/using-kendo-with/aspnet-mvc/helpers/window/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,13 @@ You can subscribe to all [events](http://docs.kendoui.com/api/web/window#events)
171171
)
172172
)
173173

174-
## Using a Form inside the Window
174+
## Using Html.BeginForm inside a Window
175175

176176
When a complete form should be inserted inside a Window, the correct approach is to end the Window declaration with `.Render();` and wrap it in a **non-rendering** code block.
177177
This requirement does not apply if the form is defined via plain HTML tags (`<form>...</form>`).
178178

179+
See also [Using Kendo UI Window with a form](/getting-started/web/window/overview#using-kendo-ui-window-with-a-form).
180+
179181
### WebForms - inserting a complete form inside the Window
180182

181183
<% Html.Kendo().Window()

0 commit comments

Comments
 (0)