I'm looking for a javascript logic that I can use to detect if the page is in a RadWindow or not. The main reason is that I need to call the radWindow.close() when inside a RadWindow or self.close() when in just a regular browser window. How best to handle this?
Also, keep in mind that the parent page that launched the window may not have any Telerik content. We have an application that has two modes: Normal (with Telerik Controls) and 508 (which does not have any Telerik controls).
Randy
Also, keep in mind that the parent page that launched the window may not have any Telerik content. We have an application that has two modes: Normal (with Telerik Controls) and 508 (which does not have any Telerik controls).
Randy