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

Rad window Problem

1 Answer 77 Views
Window
This is a migrated thread and some comments may be shown as answers.
nagendra
Top achievements
Rank 1
nagendra asked on 14 Dec 2010, 02:23 PM
<telerik:RadWindowManager ID="RadWindowManager2" runat="server" enableshadow="true"
    Skin="Office2007" ShowContentDuringLoad="True" InitialBehavior="Close" Behavior="Close,Move">
    <Windows>
        <telerik:RadWindow ID="UserListDialog" runat="server" Title="Cost Basis Detail Screen"
            Skin="Office2007" Height="320px" Width="450px" Left="150px" ReloadOnShow="true"
            VisibleStatusbar="false" ShowContentDuringLoad="false" Modal="true" />
        <telerik:RadWindow ID="AddTaxLot" runat="server" Title="Add Tax Lot Screen" Skin="Office2007"
            Height="435px" Width="380px" Left="150px" ReloadOnShow="true" VisibleStatusbar="false"
            ShowContentDuringLoad="false" Modal="true" />
        <telerik:RadWindow ID="UpdateTaxLot" runat="server" Title="Allocate Tax Lot" Skin="Office2007"
            Height="460px" Width="715px" Left="100px" ReloadOnShow="true" VisibleStatusbar="false"
            ShowContentDuringLoad="false" Modal="true" />
    </Windows>
</telerik:RadWindowManager>
Hi ,

I want to make background effect not to appear when radwindow popup. please refer the screen shot.. what configuration i need to make in the code..

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 14 Dec 2010, 02:33 PM
Hi nagendra,

I assume that what you mean by "background effect" is the modal overlay of a modal RadWindow. To remove it you should remove the Modal="true" setting or set it explicitly to false (which is the default value).

Regards,
Svetlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Window
Asked by
nagendra
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or