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

Modal Popup window

1 Answer 444 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 26 Jul 2010, 04:36 PM
Hi,

I would like to know is there any thing like modal popup window in RadASP.NETAjax controls. I want to open up a model popup to fill out the mailing information by user and then close the it on sublit with appropriate message for user.

Can you please let me know is this thing possible in rad controls ?

Thanks,
Prayag

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Jul 2010, 06:17 AM
Hello Prayag ,


Use RadWindow with Modal property set as True in order to show a modal window.

aspx:
<telerik:RadWindow ID="UserList" runat="server" Modal="true" Title="Manage uses" Height="610px"
    Width="575px" Left="150px" VisibleStatusbar="false" Animation="Fade" VisibleOnPageLoad="true" NavigateUrl="~/Input/Default.aspx">
</telerik:RadWindow>


The second window is modal in the following demo.
Returning Values from a Dialog


-Shinu.
Tags
Ajax
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or