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

RadWindow's Skin does not override it's Mother Skin (RadWindowManager)

0 Answers 45 Views
Window
This is a migrated thread and some comments may be shown as answers.
Majid Darab
Top achievements
Rank 1
Majid Darab asked on 05 Jun 2011, 08:12 PM
hi my dear telerik team :     
My RadWindowManager And RadWindow Like Below :
<telerik:RadWindowManager ID="RadWindowManager1" runat="server"
    Behavior="Minimize, Close, Pin, Move"
    Behaviors="Minimize, Close, Pin, Move" Skin="Outlook">
    <Windows>
        <telerik:RadWindow ID="SupportWindow" runat="server"
            NavigateUrl="~/ForRadWindows/Support.aspx" style="display:none;"
            Behavior="Close, Pin" Behaviors="Close, Pin" Skin="Forest">
        </telerik:RadWindow>
    </Windows>
</telerik:RadWindowManager>

problems :
#1 : SupportWindow does not override it's mother's skin at all...mean i always have Outlook skin instead Forest.
#2 : SupportWindow does not override it's mother's Behaviours at all...
#3 : why we have duplicate BEHAVIOUR and BEHAVIOURS when add them with RadWindowManager ? what is the difference?

thanks in advance

No answers yet. Maybe you can help?

Tags
Window
Asked by
Majid Darab
Top achievements
Rank 1
Share this question
or