This is a migrated thread and some comments may be shown as answers.

Launch Modal RadWindow on Page Load

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 01 Feb 2011, 11:33 PM
I have a website that currently has a data grid on a page called "data_manager.aspx".  I am adding a new data grid page called "data_manager2.aspx", but I want the user to choose which page to view when the menu link is clicked.

1)  When a user clicks the data manager menu option, it will launch a radWindow Modal that asks them which page they want to view.

2) When the user clicks the link to the page he/she wants to view, the modal window closes and the parent window directs to the appropriate page.

3) Query strings must pass between the parent to the rad modal back to the new parent when the selection is made.

Ideas on how to do this?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Feb 2011, 06:25 AM
Hello Shawn,

You can achieve this by attaching  the onClientClose method to the RadWindow .

The following example demonstrates a common real-world scenario - opening a dialog from another dialog and ensuring the communication between them and the parent page.
Window / Returning Values from a Dialog

Thanks,
Shinu.
Tags
Window
Asked by
Shawn
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or