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

RadWindow Right border gets cut off

1 Answer 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jeff E
Top achievements
Rank 1
Jeff E asked on 04 Jan 2010, 02:27 PM
When I use the RadWindow as a static controls container and add any content within the <ContentTemplate> tags the right border of my window gets cut off.  As soon as I remove everything from within the <ContentTemplate> tags, the border shows correctly.

The attached screenshots show the two different situations.  You can see that even plain text causes the problem to occur.

<telerik:RadWindow ID="HeaderWindow" runat="server" Title="Header" Width="950" Skin="WebBlue"
                    Height="400" Left="10" Top="48" VisibleOnPageLoad="true" Behaviors="None" IconUrl="../../images/invoice_16.png" 
                        VisibleStatusbar="False" Animation="Slide" EnableTheming="True">
                        <ContentTemplate>
                            Just Text
                        </ContentTemplate>
                    </telerik:RadWindow>

Thanks,
Jeff

Edit: Not sure why I didn't notice before but it also seems to be affecting the left border as well.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Jan 2010, 10:35 AM
Hello Jeff,

I tried to reproduce the problem with the code that you provided but to no avail - the window looks as expected in IE and FF.
Please open a support ticket and send us a small sample project where this issue could be reproduced and we will check it right away.


Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Jeff E
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or