Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
nested WebDialogWindow
posted

I'm having to display 2 modal dialog windows using WebDialogWindow control. For example, I have a main page which displays modal dialog 1. Then, from modal dialog 1, I need to display modal dialog 2. WebDialogWindow is on both main page (to display modal dialog1) and modal dialog 1's content page (to display modal dialog2).

 Modal dialog2 displays from modal dialog1 fine, but it is contained within the modal dialog1 window. Is there a way for modal dialog2 to be able to move out side of the content area of modal dialog1?

 If you could provide any help, I would appreciate it very much.

Parents
No Data
Reply
  • 746459
    Verified Answer
    posted
    Well unfortunately what makes a window modal is the fact that nothing can go outside its bounds. You may want to consider constructing your page a bit differently so that you don't encounter this issue.
Children