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

check if RadWindow is open(serverside)

1 Answer 149 Views
Window
This is a migrated thread and some comments may be shown as answers.
scott
Top achievements
Rank 1
scott asked on 26 Jun 2009, 06:42 PM
I have a timer that opens an existing radwindow using the RegisterStartupScript method since it's inside of an update panel:
Dim scriptstring As String = "window.radopen('something.aspx', 'YOZ');" 
ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "YOZ", scriptstring, True) 
'YOZ being the ID of one of my windows in the windowmanager

What i need to do now is to find out if this window is indeed open so i don't keep refreshing the page when i call the script to load the window again (which is what's happening). I would also like to close this window programatically if need be. 

thanks!


1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 29 Jun 2009, 02:33 PM
Hi Scott,

I used the provided information and prepared a simple demo that shows the steps that are needed to achieve the desired result -  please check it attached to this thread.
In case that your scenario is different than the one implemented in the attached demo, please rework it in order to replicate your setup, open a new support ticket and send it back. We will do our best to provide a working solution.

Best wishes,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
scott
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or