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

[Solved] text box controls validation inside telerik window

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
jaya
Top achievements
Rank 1
jaya asked on 31 Mar 2011, 09:56 AM
i am developing a page(MVC) using telerik window control and inside window i used five text box ,two button ,two telerik-dropdown,telerik-calander.
how to validation apply  this controls for when i press button.

1 Answer, 1 is accepted

Sort by
0
nachid
Top achievements
Rank 1
answered on 31 Mar 2011, 11:46 AM
You need to explicitly reapply validation by calling this :   
if (jQuery.validator !== undefined)
       jQuery.validator.unobtrusive.parse('form', '#YourWindowID');
Tags
General Discussions
Asked by
jaya
Top achievements
Rank 1
Answers by
nachid
Top achievements
Rank 1
Share this question
or