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

Restrict RadWindow in content page

1 Answer 121 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sudip Vidyarthi
Top achievements
Rank 1
Sudip Vidyarthi asked on 19 Jan 2011, 10:15 AM
How to restrict a rad window in content page within a panel?
Code:
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"  runat="server">
    
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" >
        <Windows>
            <telerik:RadWindow runat="server" Behavior="Default" InitialBehavior="None" VisibleOnPageLoad="True" ID="RadWindow1">
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>
    <asp:Panel ID="Panel1" BorderStyle="Dotted" runat="server" Height="1000px" Width="100%">
    </asp:Panel>
    
</asp:Content>

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Jan 2011, 11:16 AM
Hello,


Set the RestrictionZoneID property of RadWindow to confine window to a particular area. The demo, you can see here.
Window / Restriction Zone  


Thanks,
Princy.
Tags
Window
Asked by
Sudip Vidyarthi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or