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

Rad Window close on server side button click event

1 Answer 241 Views
Window
This is a migrated thread and some comments may be shown as answers.
Chandra Shekar Pittala
Top achievements
Rank 1
Chandra Shekar Pittala asked on 03 Feb 2010, 11:03 PM
Let me explain, what I need to perform, I've parent page, on button click show radwindow, I've written the javascript window.radopen("url", null); script. Rad window is opened, and it contains two buttons, undo and continue. When undo button is clicked, it has to close the radwindow and continue button is clicked, it has to close the rad window and redirect to the parent page and update the grid which is there on the parent page. 

    I've used all the possible code snippets which are posted related to closing of radwindow such as the one shown here : http://www.telerik.com/community/forums/aspnet-ajax/window/radwindow-close-on-server-side.aspx

    To be more clear, I've attached the screen shot of the code snippets which I've written to implement it.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 09 Feb 2010, 08:27 AM
Hello Chandra,

This issue is not directly related to the RadWindow control but to the way your logic is implemented. My suggestion is to put a standard JavaScript alert() in the CloseWindow() function and to check if it fires at all. Once you have this alert firing, the CloseWindow() function will work as expected.

Best wishes,
Georgi Tunev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Window
Asked by
Chandra Shekar Pittala
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or