All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Splitter
/
Windowmanager minimizezone and restrictedzone "divs" in external content
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
iomega 55
64 posts
Member since:
Dec 2004
Posted 25 Jul 2009
Link to this post
mainpage.aspx
<windowmanager minimizezone="divx" restrictedzone="divy" />
<splitter>
<pane top>
menu
</pane top>
<splitter>
<pane bottom>
external content (*.aspx, here "divx" and "divy" are defined in a master page)
</pane bottom>
</splitter>
Is it possible to access "divx" and "divy" in external content(*.aspx) in bottom panel, from mainpage.aspx
Georgi Tunev
Admin
7207 posts
Posted 27 Jul 2009
Link to this post
Hi iomega 55,
This is not possible - the RadWindow exists only in the context of the page from where it has been created - it cannot be transferred to another page or outside the browser's borders.
All the best,
Georgi Tunev
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.
Back to Top
Close