I have two tabs. Tab#1 contains a form which has validation controls.
The problem is I can not click on tab#2 to open unless I complete the form in tab#1.
How can I disable validation for the RadTab?
Thanks
Brew
3 Answers, 1 is accepted
0
Yana
Telerik team
answered on 19 Aug 2010, 08:17 AM
Hi Brew ,
You should set CausesValidation property of the tabstrip to false.
Best regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
A better solution would be to place all your Validation controls for that tab under the same ValidationGroup, so that you don't need to set CausesValidation="false" on all your other tabs.