I have an application that contains several radwindows with the modal setting turned on. When I run the application standalone, the radwindow opens up in the correct position, centered on the screen.
However, when I call my application from inside a menu application the radwindow opens up relative to the frame and not to the browser. This requires the user to scroll halfway down the page to locate the radwindow where they have to input information. It's not even obvious to the user that a window had opened up.
Is there anyway to get it to automatically center in the window at the position they clicked the icon which launches the radwindow, the same way it does when not being called from menu application?
Any help is greatly appreciated!