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

Using RadAjaxManager and RadWindowManager on the same page and Session issues

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 07 Oct 2008, 01:27 PM
First of all, I have a RadAjaxManager on my page for use with a RadAjaxPanel.  These are present so I can make changes to the page after a callback to the server without having to reload the whole page.

I recently added a RadWindowManager so I could make a custom confirmation popup window come up when a user clicks the submit button.  If the user clicks OK then I call __doPostBack('<%=this.btnSubmit.ClientID%>','');

In the post back I have the server load some new variables into the session...  This all works just fine.

However, after the request is complete, if the user comes back to submit another form the same data remains in the session from the previous visit to the page.

If I remove the popup window and the RadWindowManager all works just fine.

What is going on here?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 07 Oct 2008, 04:58 PM
Hi Adam,

There is a known problem when updating the RadWindowManager with AJAX - after the update of the control, the radopen methods searches for the "old" RadWindowManager control which was destroyed on the update and that is the missing object which used to cause an error which does not show in the latest version.
 
Would you please try moving the RadWindowManager outside the ajax setting (or ajax panel) and test again? In case this does not help, please prepare a sample, fully runnable reproduction demo, open a new support ticket and send it to me along with detailed reproduction steps.

Best wishes,
Svetlina
the Telerik team

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