This is a migrated thread and some comments may be shown as answers.

Kendo Window not showing validation

1 Answer 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 24 Feb 2014, 03:54 AM
I have a Kendo Window control in my ASP.NET project.  The ModelState is not valid but when I return to show the view and the Kend Window control the html.validator is not being shown in the Partial View on the window.  If I add a validator to the View the validator will show but I need the validator on the Kendo window.

Best Regards,
Mark Kilroy

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 25 Feb 2014, 07:00 PM
Hello Mark,

When the window is initialized, its content is moved in the DOM, to the end of the body element. It is quite likely that this causes the issue. In order to resolve it, you can use the appendTo configuration option to append the window to the element that it is located in. If that doesn't help, please provide a sample solution that shows the problem.

Regards,
Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or