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

Missing title bar background image

2 Answers 102 Views
Window
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 17 Aug 2010, 08:01 PM

I have just started developing a new site using the same Visual Studio 2008 setup as for other sites,
but on this site I am seeing a strange problem with the RadWindow (black skin).

1 ) The title bar has no background image.
     ( It is plain white instead of the black 3D bar)

2 ) The corners of the window are very small white triangles instead of transparent

A very similar site I developed a few months ago uses a very similar colour scheme, including the black skin on
the radwindow, and it is perfect.

Can you suggest what I can try to diagnose this?

I am using Q2 2009 version.

The actual window declaration is like this:

<telerik:RadWindow ID="RadWindowModel1" runat="server" OpenerElementID=" <%# ImageModel1.ClientID %> "
    NavigateUrl="~/windows/display-model.aspx?Title=Chateau%20Yquem%20Model&img=archi-big.jpg"
        Animation="Fade" VisibleStatusbar="False" Height="600px"
        Width="840px" Skin="Black" Title="Chateau Yquem Model"
        BorderStyle="None" VisibleTitlebar="True" ToolTip="Chateau Yquem Model"
        KeepInScreenBounds="True" BackColor="Black" BorderWidth="0px"
        ForeColor="Black" Left="0px" Modal="True" z-index="9900" Overlay="True">
    </telerik:RadWindow>


Thanks

Clive.

2 Answers, 1 is accepted

Sort by
0
Clive Hoggar
Top achievements
Rank 1
answered on 18 Aug 2010, 09:39 PM
Hi

I found the problem in a class in the CSS file that was setting some aspects of a <ul>.
Obviously one of the parameters was clashing with the menu.

Since it the problem lay in a piece of CSS file that is not used in the current site, I
commented it out and all is well.

Note to self: don't use styles on bulleted lists when using RadControls!

Thanks

Clive
0
Georgi Tunev
Telerik team
answered on 20 Aug 2010, 11:33 AM
Hello Clive,

Yes - using global CSS with third-party controls is not recommended because it affects the skinning of these controls.

Best wishes,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Clive Hoggar
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or