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

There a way to reload the Dialog box from a scatch?

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 21 Oct 2008, 10:42 PM
I have a radwindow that opens up on a toolbar button...  I would like to load the dialog window brandnew with the navigationurl.

I tried setting reloadonshow=true which does reload the window..

however there is functionatly that runs only on first load, Not Page.IsPostBack..  so this doesn't fire on the "reload"  Is there a another way?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Oct 2008, 02:52 PM
Hello Fred,

What I can suggest is to set DestroyOnClose to true for the RadWindowManager and to open a new RadWindow every time.
Note that in such scenario, you need to either configure the properties directly in the RadWindowManager (width, height, etc.) or to use the client-side API to configure the newly created window.



Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Fred
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or