I'm using a tab strip to update a single View-model. I'm using only one form tag for my 3 tabs however the validation for all non-visible tabs doesn't fire the validation event. Is there any work around for this or is this expected behavior?
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 14 Feb 2013, 06:31 PM
Hello Kai,
The problem could occur if you are using the jQuery validation because it ignores all not visible inputs by default. If that is the case then you can avoid the problem by overriding the default settings e.g.