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

Change RadPageLayout from 960px grid to 1200px grid

1 Answer 43 Views
PageLayout
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 29 Mar 2015, 09:47 PM
Greetings.

It seems the RadPageLayout control uses a 960px wide grid as its basis.

Can this be changed to 1200px so that all columns have a default size of 1000px vs. 80px? How and where would I make this change to globally apply to my site.

Thanks,

Greg

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 01 Apr 2015, 12:02 PM
Hello, Greg.

RadPageLayout is by default "fixed" in size, but you can easily change this by setting the GridType property to fluid:

<telerik:RadPageLayout runat="server" GridType="Fluid">
...
</telerik:RadPageLayout>

That will make RadPageLayout precisely 1200 pixels wide (or smaller if the screen is not big enough)

Regards,
Ivan Zhekov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
PageLayout
Asked by
Greg
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Share this question
or