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

Client-Side Array.

1 Answer 51 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 14 Dec 2010, 05:13 PM
Hello,

The RadComboBox has a collection of combo boxes created on the page in JavaScript accessible via: $T.RadComboBox.ComboBoxes

Is there something like this for the RadTabStrip control?  I'm using 2010 Q2, but could upgrade to Q3.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 16 Dec 2010, 10:06 AM
Hello Brian,

I'm afraid that you cannot use the same approach for RadTabStrip. You can receive an array of all the RadControls on the page like this:

var controls = $telerik.radControls;

and traverse the array to find the tabstrips. More information about $telerik static client library can be found here.

Best wishes,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TabStrip
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or