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

Minimized Window Issue

4 Answers 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
xxxtreme_pasaway
Top achievements
Rank 1
xxxtreme_pasaway asked on 29 Jul 2008, 01:28 AM
An issue occurs whenever i try to minimize a rad window

Screenshot

4 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 29 Jul 2008, 06:19 AM
Hello xxxtreme_pasaway,

Can you please make sure that you are using XHTML DocType on that page? RadControls for ASP.NET AJAX are built upon the MS AJAX framework and they require XHTML DocType for them to positon and size properly.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
 


Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
xxxtreme_pasaway
Top achievements
Rank 1
answered on 30 Jul 2008, 12:37 AM
still the same, doesnt work at all :(
0
Martin
Telerik team
answered on 31 Jul 2008, 06:30 AM
Hi Don,

As I can see from the attached screenshot, the issue with RadWindow might be caused by some global CSS styles that are inherited by RadWindow - table cell paddings, list-item margins and paddings, etc. Try to exclude your styles from the page and observe the result. If the exclusion fixes the issue, apply your css settings not globally (i.e. to elements - table, tr, td, ul, li, etc) but use class names in order to avoid unwanted inheritance.

Greetings,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
xxxtreme_pasaway
Top achievements
Rank 1
answered on 22 Aug 2008, 12:14 AM
I tried to investigate it further but to no avail so I did a little tweaking on the window.css. Fortunately I was able to fix the issue by setting additional styles for ul.controlbutton element. The issue is now fixed. :)

Thanks for your effort, though.
Tags
Window
Asked by
xxxtreme_pasaway
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
xxxtreme_pasaway
Top achievements
Rank 1
Martin
Telerik team
Share this question
or