Hello.
When you open a modal ASP.NET form with the "window.showModalDialog" javascript method and the dialog window closes itself with a return value of zero and you return that value to the parent page, control is returned to the parent calling web page without any postback. This is the case when you set a client script for the OnClientClick property of a LinkButton for instance.
I would like to do the same with RadWindow.
When I open a RadWindow and I push the ESCAPE key the window is closed quickly.
When I close the window like it is explained in the "programming-using-radwindow-as-dialog.html" documentation page, it works but closing the window is slower than with the ESCAPE key. No postback is generated to the parent page but it looks like it was (the activity progress bar is displayed in IE).
How can I close the window like the ESCAPE situation ?
Thanks for your help
Augusto
When you open a modal ASP.NET form with the "window.showModalDialog" javascript method and the dialog window closes itself with a return value of zero and you return that value to the parent page, control is returned to the parent calling web page without any postback. This is the case when you set a client script for the OnClientClick property of a LinkButton for instance.
I would like to do the same with RadWindow.
When I open a RadWindow and I push the ESCAPE key the window is closed quickly.
When I close the window like it is explained in the "programming-using-radwindow-as-dialog.html" documentation page, it works but closing the window is slower than with the ESCAPE key. No postback is generated to the parent page but it looks like it was (the activity progress bar is displayed in IE).
How can I close the window like the ESCAPE situation ?
Thanks for your help
Augusto