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

problem with open radwindow

5 Answers 104 Views
Window
This is a migrated thread and some comments may be shown as answers.
bankey
Top achievements
Rank 1
bankey asked on 06 Aug 2008, 06:13 PM
Hi,

I have a problem to Use rad window.
the problem is like
i am using control radscheduler control. when i schedule any appointment then that form have a facility that it redirect to another form and that form opens in radwindow.
it works fine for newly appointed window.
when i click on any appointment then by this code our radwindow opens.
page_load
{

Manager.AjaxRequest += new RadAjaxControl.AjaxRequestDelegate(this.RadAjaxManager1_AjaxRequest);

}

protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)

{

string URL = "appointment.aspx";

string script = "radopen('" + URL + "');";


Manager.ResponseScripts.Add(script);

}



now there is problem in update any appointment
for this when we click any appointment which is already scheduled then our rad window shows all the things clearly and update action is performed successfully
now here the problem arise.
after updating appointment when i click to schedule new appointment then it takes previous record.
also we use debug point on the page load event of that page but its load event is not fired.
so pls suggest what to do for this.

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 07 Aug 2008, 11:21 AM
Hi bankey,

Try setting DestroyOnClose for the RadWindowManager to true and see how it behaves.


Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
bankey
Top achievements
Rank 1
answered on 07 Aug 2008, 11:55 AM
I already uses destroyonclose but it have same problem.
0
Georgi Tunev
Telerik team
answered on 07 Aug 2008, 12:50 PM
Hello again bankey,

In this case, please open a support ticket and send us a full, working project where the problem can be observed. Just make sure that the project can be run locally and attach it to the ticket - we will check it right away.


Kind regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kenneth Mazur
Top achievements
Rank 1
answered on 20 Oct 2009, 05:13 AM
Having the same issue.  But I don't wish to close the previous window.  I want to open unique records in each window, but every time the 2nd, 3rd, etc window is opened, the same symptoms appear.  Only the 1st record information is displayed and the load event of the target form does not get fired.

Was there any resolution to this issue?
0
Georgi Tunev
Telerik team
answered on 20 Oct 2009, 06:47 AM
Hello Kenneth,

If you are using a recent version of the control, setting ReloadOnShow to true and ShowContentDuringLoad to false should help you achieve the desired result. If you still experience problems after that, please open a support ticket and send us a sample project so we could examine it.



Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
bankey
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
bankey
Top achievements
Rank 1
Kenneth Mazur
Top achievements
Rank 1
Share this question
or