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

Get referente to parent control using rad window... need something equivalent to "window.opener"

2 Answers 133 Views
Window
This is a migrated thread and some comments may be shown as answers.
Fernando Minosis Gemos
Top achievements
Rank 1
Fernando Minosis Gemos asked on 12 Nov 2009, 01:26 PM
Hello people,

First of all, sorry for poor English...

In a page, I have a dropdownlist and a radWindow...

I need to get a reference to this dropdownlist from inside the radwindow...

If the radWindow was a popup, I'd use window.opener.document.getElementById("dropDownListId");

I need something equivalent to "window.opener"...

How could I accomplish this task??

Many Thanks..

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 12 Nov 2009, 02:23 PM
Hello Fernando,

The BrowserWindow client-side property gives you a reference to the parent page's document. A sample usage is shown here.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Fernando Minosis Gemos
Top achievements
Rank 1
answered on 12 Nov 2009, 03:32 PM
Hey Georgi,

that's exactly what I need. Worked perfectly..

Many thanks.
Tags
Window
Asked by
Fernando Minosis Gemos
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Fernando Minosis Gemos
Top achievements
Rank 1
Share this question
or