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

Feature Request

1 Answer 19 Views
Window
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 28 May 2010, 05:37 PM
...assuming this doesn't already exist

PostbackOnClose property...or something to that effect

To reload the page data when the window closes, instead of having to manually implement this everytime I need it :)

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 02 Jun 2010, 02:26 PM
Hi Steve,

RadWindow exposes OnClientClose event which you can use in order to achieve the desired result. Integrating such feature in the code of the RadWindow control is not necessary, because it can be implemented literally in 2 lines of code:
function OnClientCloseHandler(oWindow, aths)
{__doPostBack('', '');}


Kind regards,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Fiko
Telerik team
Share this question
or