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

[Solved] How do I get the ASP.NET ID of a RadTab?

1 Answer 301 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Robert Columbia
Top achievements
Rank 1
Robert Columbia asked on 03 Mar 2010, 04:05 PM
I'd like to get the ASP.NET ID of a control that IS A RadTab.  RadTab inherits from ControlItem, which seems to cover up the ASP.NET ID with its own property.

 

// Summary:

 

 

// The ID property is reserved for internal use. Please use the Telerik.Web.UI.ControlItem.Value

 

 

// property or use the Telerik.Web.UI.Attributes collection if you need to assign

 

 

// custom data to the item.

Is there a way to get or set the ID, so that I can locate a specific tab on the server side polymorphically?

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Mar 2010, 03:25 PM
Hi Robert Andrews,

ID property of the tabs is read-only and is not unique for the tabs in different tabstrips. The tabs can be accessed only with the tabstrip's FindTabByText, FindTabByValue, FindTabByUrl methods or its Tabs collection.

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.
Tags
TabStrip
Asked by
Robert Columbia
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or