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

RadMenu Target on Multi RadWindows

1 Answer 47 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 20 Aug 2009, 06:21 PM
I have one RadMenu and RadWindows that can be opened by a user.  The RadWindows are all the same so this would be like and MDI example.  The RadMenu controls navigation in each of the windows.  The use of the windows is controled by a TabStrip that hide or shows the tabs based off the users selection much like the following example.

http://demos.telerik.com/aspnet-ajax/window/examples/default/defaultcs.aspx

My problem is that when I click on one of the RadMenuItems it always controls the last RadWindow that was opened.  I want the RadMenu to control the RadWindow that is showing and leave the other RadWindows alone.  Do you have any suggestions?

1 Answer, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 20 Aug 2009, 07:49 PM
In this case I was able to use get_contentFrame().contentWindow to reference a function within the RadWindow.  From that function I found the RadPane to set the ContentUrl of the RadPane I wanted.
Tags
Menu
Asked by
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Share this question
or