I have a main page called Main.aspx which is based on a masterpage (called Main.Master). The master page has a RadWindowManager on it.
I have a pop-up page called Popup.aspx which is based on masterpage (called Popup.Master). That master page also has a RadWindowManager on it for any popup pages.
Both of the master pages have a definition for opening a Help file. When I click help from the main page, the help window is displayed in the center of the screen.
The problem is that when I click help from the pop-up page, the help window is limited to the boundaries of the pop-up page that called it.
How can I call for the Help file but have it be independant of the pop-up page?
Thanks!
I have a pop-up page called Popup.aspx which is based on masterpage (called Popup.Master). That master page also has a RadWindowManager on it for any popup pages.
Both of the master pages have a definition for opening a Help file. When I click help from the main page, the help window is displayed in the center of the screen.
The problem is that when I click help from the pop-up page, the help window is limited to the boundaries of the pop-up page that called it.
How can I call for the Help file but have it be independant of the pop-up page?
Thanks!