Hello,
I used to be able to set the ValidationGroup for the tabstrip control on the client-side as follows:
I can't seem to find a way to do this with RadControls for ASP.NET AJAX. Any help is appreciated.
Thanks,
Tom
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