This question is locked. New answers and comments are not allowed.
Hi there,
It seems that the default behavior for the MVC Window is to dynamically render the view inline with the current page.
This is great for static content, but makes it nearly impossible to create complex wizards and forms in the window.
For example, using server validation appears to be impossible since you would need to return the model to the view. Furthermore, the built-in MVC client validation doesn't appear to work in a form embedded in a window.
That said, is there any plans on rendering the view in an iframe instead of inline? Is there a workaround for now?
Many thanks!
It seems that the default behavior for the MVC Window is to dynamically render the view inline with the current page.
.LoadContentFrom(
"_MyView"
,
"MyController"
)
This is great for static content, but makes it nearly impossible to create complex wizards and forms in the window.
For example, using server validation appears to be impossible since you would need to return the model to the view. Furthermore, the built-in MVC client validation doesn't appear to work in a form embedded in a window.
That said, is there any plans on rendering the view in an iframe instead of inline? Is there a workaround for now?
Many thanks!