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

Facing problem in Window/Restriction Zone

1 Answer 34 Views
Window
This is a migrated thread and some comments may be shown as answers.
Satyadev
Top achievements
Rank 1
Satyadev asked on 11 Feb 2010, 09:49 AM
We are going through the demos of RadControls for ASP.NET AJAX -> Windows -> Window/Restriction Zone. (http://demos.telerik.com/aspnet-ajax/window/examples/restrictionzone/defaultcs.aspx)
Clicking on Menu options such as 'CSS3.Info' or 'organic{x}html' opens a window in the restricted zone.
If any of these windows is closed, one cannot get it opened again by clicking on the option.
After Refreshing and clicking on the option the window gets opened.

We are facing a similar kind of problem in our case.

Please do give a solution.

1 Answer, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 11 Feb 2010, 05:01 PM
After looking at the demo I noticed the problem is that if the window was closed and then you click on the treeview item it's only making the window active, which doesn't show it.

So you need to call wnd.Show() above the line wnd.setActive(true). To get the window to show.

I hope that helps.
Tags
Window
Asked by
Satyadev
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Share this question
or