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

ClientSide TabStrip.ValidationGroup

2 Answers 48 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rory
Top achievements
Rank 1
Rory asked on 29 Aug 2008, 11:48 PM
Hello, in the previous release of controls this code would allow me to update the ValidationGroup of a RadTabstrip all clientside. This doesn't seem to be the case anymore. Do you have any suggestions?

var ctlTabStrip = $find("<%= claimTabs.ClientID %>");
alert(ctlTabStrip.ValidationGroup);

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 01 Sep 2008, 11:29 AM
Hello Rory,

You can use the get_validationGroup/set_validationGroup client-side methods.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rory
Top achievements
Rank 1
answered on 02 Sep 2008, 09:10 PM
Thanks Very much. You might want to add these methods to your documentation because I couldn't find them anywhere. Take Care.
Tags
TabStrip
Asked by
Rory
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Rory
Top achievements
Rank 1
Share this question
or