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

Issues with RadWindow titlebar

2 Answers 126 Views
Window
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 2
Peter asked on 21 Jan 2012, 02:54 PM
Hi there,

Im currently using the radTools Q3 2011 Rad window and I'm having issues when it renders its titlebar (with the default skin). 

<telerik:RadWindowManager ID="RadWindows" runat="server">
        <Windows>
            <telerik:RadWindow ID="RadActionWindow" RegisterWithScriptManager="false" OnClientClose="updateRadGrid" runat="server" CssClass="actionWindow" AutoSize="true" Modal="true" VisibleStatusbar="False" VisibleTitlebar="true" EnableTheming="True" EnableEmbeddedSkins="True" DestroyOnClose="false" ReloadOnShow="true" ShowContentDuringLoad="false">
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>

The problem is that the title bar sets its title row too high, I have tried the following:

1. Remove the reset.css in case there was some kind of conflict.
2. Set up a blank window with no content -  still get the same issue.

I have included an image to better explain what I mean

Thanks for your time

2 Answers, 1 is accepted

Sort by
0
Clive Hoggar
Top achievements
Rank 1
answered on 22 Jan 2012, 04:39 PM
Hi

I had the same problem, and solved it (for my case anyway) a few minutes ago.
 In my website's css file there was a bullet list setting:

li {martin-bottom:15px}

When I temporarily removed it, the gap went away, so I created a new class in my css file 

.rwFix {margin-bottom:0px !important;}

and applied it to the RadWindow by adding

class="rwFix" to the RadWindow opening tag

I hope this helps you too!

Clive
0
Shinu
Top achievements
Rank 2
answered on 23 Jan 2012, 08:40 AM
Hello Peter,

I suppose this issue is because you have some global CSS styles applied to elements like: TABLE, TR, TD, UL and/or LI. Check the following forum thread which discussed similar scenario.
Funny looking radWindow problem

-Shinu.
Tags
Window
Asked by
Peter
Top achievements
Rank 2
Answers by
Clive Hoggar
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or