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

RadWindow too small?

1 Answer 106 Views
Window
This is a migrated thread and some comments may be shown as answers.
tim
Top achievements
Rank 1
tim asked on 08 Oct 2010, 08:23 AM
Hi,

Please look at the attached screenshot, "popup.jpg". 

As you can see, this RadWindow contains a RadGrid, but the header of the RadGrid sticks out to the right...

What could be done abou this? The RadWindow is opened by the parent with the js function "radopen", and the RadWindowManager on the parent has its AutoSize property set to "True"...

Thanks in advance for your reply.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 08 Oct 2010, 02:49 PM
Hi Tim,

I would suggest the following:
  1. Make sure that you are using XHTML-compliant doctype in the parent and content pages.
  2. Add the following CSS in your content page:
    html, body, form
    {
        margin:0;
        padding:0;
        height:100%;
    }

If this doesn't help, please open a support ticket and send us a sample project so we can investigate further.


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
tim
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or