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

Radwindow Problem

1 Answer 48 Views
Window
This is a migrated thread and some comments may be shown as answers.
Prakash
Top achievements
Rank 1
Prakash asked on 20 Jan 2012, 12:52 PM
Hi,

I am having a page called employee.aspx. from this page i am opening another page called employeedetails.aspx in the RADWINDOW.

i am performing continues operations in the employeedetails.aspx in the RADWINDOW.  

After that i am minimizing the RADWINDOW, and try to perform operations in the employee.aspx page, now the employee.aspx get refreshed and is not performing the initiated operations.

Can you please provide solution for this?

Thanks in advance. 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 23 Jan 2012, 03:34 PM
Hi Prakash,

I am not certain this is an issue with the RadWindow since the problematic behavior occurs after you perform a certain action in your main page and not when minimizing the RadWindow. You should star off by determining which action is causing the unwanted reaction then inspecting its handlers and behavior.

You can check anyway for handlers of the RadWindow events and see if one of them reloads the page (as far as I understood this was your issue). This could be the OnClientCommend or OnClientClose for example. A javaScript code that would do this refresh would begin with window.location as this is the JS object that is used to control the URL of the page and to reload it. Please also check the rest of your code for such calls. It is also possible that you are performing some AJAX request that is disposing part of your page. You can easily check this by monitoring the network requests.


Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Window
Asked by
Prakash
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or