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

Set ValidationGroup Client-Side

1 Answer 91 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Tom Jaspering
Top achievements
Rank 1
Tom Jaspering asked on 04 Jul 2008, 02:44 AM
Hello,

I used to be able to set the ValidationGroup for the tabstrip control on the client-side as follows:

var tsControl = <%= claimTabs.ClientID %>;  
tsControltsControl.ValidationGroup = tsControl.SelectedIndex.toString();  
 

I can't seem to find a way to do this with RadControls for ASP.NET AJAX. Any help is appreciated.

Thanks,
Tom

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 04 Jul 2008, 06:10 AM
Hello Tom Jaspering,

You can use the following code:

$find("RadTabStrip1").set_validationGroup("myValidationGroup");

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Tom Jaspering
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or