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

[Solved] modelpopup

1 Answer 122 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 13 May 2009, 12:53 AM
is there anything like the model popup? if so please let me know if there's an example.. thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 13 May 2009, 05:10 AM
Hi Duy,

You can use the RadWidnow with Modal property set as True. The Modal property controls whether the window appears as a modal dialog or not. See the example.

ASPX:
 
<telerik:RadWindowManager ID="RadWindowManager1" VisibleStatusbar="false" runat="server">  
<Windows> 
    <telerik:RadWindow Modal="true" runat="server" NavigateUrl="Dialog1.aspx" OpenerElementID="Button1" ></telerik:RadWindow> 
</Windows> 
</telerik:RadWindowManager> 
<input id="Button1" type="button" value="Open Window" /> 

I hope following links will be helpful to you.
Getting Started with RadWindow
Opening Windows

Thanks,
Princy.
Tags
General Discussions
Asked by
appdev
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or