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

RadPageLayout has 100% width in full hd

4 Answers 354 Views
PageLayout
This is a migrated thread and some comments may be shown as answers.
Manuel Enrique
Top achievements
Rank 1
Manuel Enrique asked on 27 Jun 2014, 06:40 PM
I can't make the radpagelayout control has 100% width and height in big resolution (1920x1080). Do you can help me?

4 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 01 Jul 2014, 08:06 AM
Hi, Manuel.

RadPageLayout is not 100% wide on bigger resolutions by design. You can override the behaviour quite easily.

On your other question, about the height -- yes it's possible to achieve 100% height, although requiring some manual CSS. It will not work automatically, because there are many cases in which such automatic sizing will break things, rather than help.

To further assist you, we'll need at least a mockup of your design so we can say if the PageLayout is the right tool for the job.

Regards,
Ivan Zhekov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Robert
Top achievements
Rank 1
answered on 07 Jul 2014, 08:38 PM
Ivan,

Can you explain how to override the lack of 100% width in higher resolutions?

Robert
0
Ivan Zhekov
Telerik team
answered on 10 Jul 2014, 12:45 PM
Hello, Manuel.

The following styles should suffice:

html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: none;
}

They will remove the constraints for maximum width in fluid container.

Regards,
Ivan Zhekov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Flemming
Top achievements
Rank 1
Veteran
answered on 17 Mar 2018, 07:46 PM
Thank you. This still works :)
Tags
PageLayout
Asked by
Manuel Enrique
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Robert
Top achievements
Rank 1
Flemming
Top achievements
Rank 1
Veteran
Share this question
or