
I tried setting the RadWindow.Owner property to my content control but it is not working.
Any ideas?
4 Answers, 1 is accepted
Unfortunately this feature is not supported by the RadWindow control out-of-the-box, but it supports another feature that will make it easier for you to implement this yourself - you could use the RestrictedAreaMargin and IsRestricted properties. The RestrictedAreaMargin property describes the margin from the edge of the screen within which the RadWindow control can be moved. To implement the feature you want to you will need to update this property when your content control is moved or resized or the browser is resized.
Miroslav Nedyalkov
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.

Yes, RadWindow can not be hosted within a content control. As Miroslav said in the previous post you can achieve similar behavior using the RestrictedAreaMargin and IsRestricted properties.
Don't hesitate to contact us if you have other questions.
Best wishes,
Boyan
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
