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

RadWindow Title Alignment

2 Answers 150 Views
Window
This is a migrated thread and some comments may be shown as answers.
nyi nyi
Top achievements
Rank 1
nyi nyi asked on 18 Nov 2010, 04:53 AM
Hi,

I am using the latest version of Telerik Controls for Asp .net.
I'd like to know how to get the title of RadWindow aligned left.
Currently the title is shown at the center of the title bar.
Here is my code.

<telerik:RadWindowManager ID="SupIntdRadWindowManager" runat="server" EnableShadow="true" DestroyOnClose="true" Behaviors="Close,Move,Resize,Pin"
        AutoSize="true" VisibleStatusbar="false" Overlay="true" ShowContentDuringLoad="false" ReloadOnShow="true"  
        Modal="true" />

 var radWin = window.radopen("Something/foo.aspx");
                    radWin.SetTitle("Foo");
                    return false;


Thanks in advanced.

Regards,
Nyi Nyi

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Nov 2010, 07:57 AM
Hello,


I am not sure about the issue that you are facing. I got the Title aligned to "left" when tried with latest version of RadControls (2010, 3, 1109, 35).

Could you check whether you have any css set which conflicts with radwindow title and causing the issue.
RadWindow CSS Classes and Their Use


-Shinu.
0
Sam Vanhoutte
Top achievements
Rank 1
answered on 08 Jan 2012, 07:00 PM
Hello Nyi,
I just encountered the same problem as you.

Add this to your style and it your title will be left aligned.

.rwTitlebarControls em
{
    text-align:left !important;
}


Regards
Tags
Window
Asked by
nyi nyi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Sam Vanhoutte
Top achievements
Rank 1
Share this question
or