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

Calling child window method from parent window

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
Animesh Dey
Top achievements
Rank 2
Animesh Dey asked on 06 Apr 2010, 03:47 PM
I am working with classical version of telerik control in one of my project. I need help to meet the scenario. 


Scenario:
Parent widow:
<javascript>
function OpenChildWindow()
{
imChildWindow('Child window method is call');
}
</javascript>

ChildWindow.aspx:
<javascript>
function imChildWindow( param)
{
alert('');
}
</javascript>


Is there any way to call child window method from parent window.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 07 Apr 2010, 07:39 AM
Hello Animesh,

Yes, this is possible. More information on the subject is available in the RadWindow Object Client-Side Object Model page in the documentation (online version) - check the CallFn() function in the examples.


All the best,
Georgi Tunev
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
Window
Asked by
Animesh Dey
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Share this question
or