You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/using-kendo-with/aspnet-mvc/helpers/window/overview.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,13 @@ You can subscribe to all [events](http://docs.kendoui.com/api/web/window#events)
171
171
)
172
172
)
173
173
174
-
## Using a Form inside the Window
174
+
## Using Html.BeginForm inside a Window
175
175
176
176
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.
177
177
This requirement does not apply if the form is defined via plain HTML tags (`<form>...</form>`).
178
178
179
+
See also [Using Kendo UI Window with a form](/getting-started/web/window/overview#using-kendo-ui-window-with-a-form).
180
+
179
181
### WebForms - inserting a complete form inside the Window
0 commit comments