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

Can RadWindow be used as a 'framed in' child window?

1 Answer 76 Views
Window
This is a migrated thread and some comments may be shown as answers.
Spurk
Top achievements
Rank 1
Spurk asked on 22 Nov 2012, 04:37 PM
Is RaWindow a good candidate to function as a child window that cannot be dragged outside the confines of its parent's boundaries?

Similar to shadowbox-type functionality on websites when user input is required and parent is locked?  We'd like the user to still be able to drag/resize/minimize/etc the parent while the child window is controlling it.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Nov 2012, 09:13 AM
Hi Sheldon,

The RadWindow can be restricted in an area using two properties:

  • IsRestricted - set this property to True to enable restriction
  • RestrictedAreaMargin - set the area of restriction

Note that the RadWindow cannot be restricted according to another UI Element out of the box, but you could accomplish the same behavior using the properties above plus some custom code.

Kind regards,
George
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
Spurk
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or