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

Window height ignored

2 Answers 75 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 1
Andy Green asked on 13 Aug 2010, 12:15 PM
I have several RadWindows and each of them ignore the height value, the width is OK.

What could be causing this.

Andy

2 Answers, 1 is accepted

Sort by
0
Andy Green
Top achievements
Rank 1
answered on 13 Aug 2010, 12:25 PM
UPDATE

If I remove the DOCTYPE the window sizes correctly, but the rest of the page is rendered badly.

What Doctype should I be using.

I'm Using IE 8.

Andy
0
Georgi Tunev
Telerik team
answered on 16 Aug 2010, 08:06 AM
Hi Andy Green,

Please provide more details regarding this problem:
  1. How exactly do you open the window and set its height
  2. What is the doctype that you are using

Generally speaking, RadControls for ASP.NET AJAX are built upon the MS AJAX framework which uses XHTML-compliant doctype and our controls require such doctype to position and size correctly.
e.g.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Sincerely yours,
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
Andy Green
Top achievements
Rank 1
Answers by
Andy Green
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or