Hi Jim,
The problem comes from a bug with Gecko / Webkit browsers. They incorrectly renders tables with iFrames in it when the height is less than about 150 pixels (the
RadWindow is basically an IFRAME). You could test it by adding the following code in an aspx page. You will notice that the height of the IFRAME is not 100px but about 150px (the code below is actually the basic RadWindow's structure when RadWindow loads external page):
To be able to use a popup with such small height, I should use RadWindow
as a controls container, i.e. to have the content on the main page. In such case, RadWindow does not use IFRAME, but renders a DIV element and the browsers' bug will not affect the height. More information on how to use RadWindow as a controls' container is available in the demo above and in
this help article.
Regards,
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