Hi
I am using Telerik controls 2008 Q2.
Our website is built with a frameset that has frames (menu, content page, etc).
The content page frame always holds our page.
Unfortunately when using...
GetRadWindow().BrowserWindow.CalledFn();
It goes to the top frameset and there seems to be no way to access the content frame calling page (when trying to do so it always points to the RadWindow).
As a work-a-round I noticed that GetRadWindow().Top is never being used. So I am currently setting this to the content page, and now my RadWindow can call Javascript functions by:
GetRadWindow().Top.CalledFn();
My question is, is this safe? I.e could Telerik one day remove/use this Top parameter in the future and therefore destroy my functionality?
If there is a preferred way please let me know.
Kind regards
Mark Eaton
I am using Telerik controls 2008 Q2.
Our website is built with a frameset that has frames (menu, content page, etc).
The content page frame always holds our page.
Unfortunately when using...
GetRadWindow().BrowserWindow.CalledFn();
It goes to the top frameset and there seems to be no way to access the content frame calling page (when trying to do so it always points to the RadWindow).
As a work-a-round I noticed that GetRadWindow().Top is never being used. So I am currently setting this to the content page, and now my RadWindow can call Javascript functions by:
GetRadWindow().Top.CalledFn();
My question is, is this safe? I.e could Telerik one day remove/use this Top parameter in the future and therefore destroy my functionality?
If there is a preferred way please let me know.
Kind regards
Mark Eaton