I'm trying to access a radcombobox control that is on the parent page from the radwindow using javascript. Any guidance on how to do this would be greatly appreciated.
Thanks,
Johnathan
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 06 Mar 2017, 07:07 AM
Hi Johnathan,
Using the BrowserWindow property of the current RadWindow, you can call any function that is defined in parent page. The following help article explains the details on this approach: Calling Functions in Windows