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

Fade Out Gray color window panel?

2 Answers 85 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
mohsinjk jk
Top achievements
Rank 1
mohsinjk jk asked on 06 Aug 2010, 09:12 AM
Hi dear,

I want to open a popup small screen on the same page. After open this small screen whole should gray color.

For example. 
When we write a New Thread on telerik forum. There is Hyperlink manager button inside text editor when i press this button a small window comes up and remaining screen become gray color. 
Same like this i want to do in my project. please guide me?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 06 Aug 2010, 10:57 AM
Hello,

That appearance can be accomplished very easily by using RadWindow control with Modal property as True.

aspx:
<telerik:RadWindow ID="UserListDialog" runat="server" Title="Manage actions"  NavigateUrl="~/Default.aspx" Modal="true">
</telerik:RadWindow>

The help doc explains more: Getting Started

Here is the demo for modal radwindow. The second window is modal here.


-Shinu.
0
mohsinjk jk
Top achievements
Rank 1
answered on 11 Aug 2010, 11:39 AM
Thanks dear
Tags
Ajax
Asked by
mohsinjk jk
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
mohsinjk jk
Top achievements
Rank 1
Share this question
or