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

Figuring Out Child Components in Tab

3 Answers 37 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 Oct 2010, 09:03 PM
Hello,

I have a rad tab strip, with individual tabs that have user controls.  In many of the UC's will be a RadAjaxPanel.  Is there a hierarchical way to find out which RadAjaxPanel belongs to which tab?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Oct 2010, 02:56 PM
Hi Brian,

I'm not sure I understand the question, could you please explain in more details what you're trying to achieve? Thanks

All the best,
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
0
Brian Mains
Top achievements
Rank 1
answered on 19 Oct 2010, 03:47 PM
PageView
   - Controls
   - RadAjaxPanel

At the RadAjaxPanel level, is there an easy way to figure out that RadAjaxPanel has a PageView component (not the client-side) parent? I imagine there is not a get_parent() reference, but is there an easier way than giving the PageView a Css class, using JQuery find that element, and calling find with the ID?  I'm OK with that, but was wondering if there was a quicker shortcut.

Thanks.
0
Yana
Telerik team
answered on 22 Oct 2010, 01:01 PM
Hello Brian,

I'm sorry for my misunderstanding. I'm afraid that there is no direct way to find the parent pageview.

Greetings,
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
Brian Mains
Top achievements
Rank 1
Answers by
Yana
Telerik team
Brian Mains
Top achievements
Rank 1
Share this question
or