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

RadPageLayout Demo

6 Answers 691 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Olivier
Top achievements
Rank 2
Olivier asked on 01 Mar 2014, 04:10 PM
Hello

It's possible to get a demo on RadPageLayout ?

Here : http://demos.telerik.com/aspnet-ajax/


Thanks
Olivier,

6 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Mar 2014, 04:27 AM
Hi Olivier,

Please have a look into the following sample code snippet and also take  a look into the help documentation for further information about RadPageLayout.

ASPX:
<telerik:RadPageLayout ID="RadPageLayout1" runat="server" GridType="Fixed">
    <Rows>
        <telerik:LayoutRow>
            <Columns>
                <telerik:LayoutColumn Span="4">
                    Main content here
                </telerik:LayoutColumn>
                <telerik:CompositeLayoutColumn Span="2">
                    <Rows>
                        <telerik:LayoutRow>
                            <Content>
                                additional content 1</Content>
                        </telerik:LayoutRow>
                        <telerik:LayoutRow>
                            <Content>
                                additional content 2</Content>
                        </telerik:LayoutRow>
                    </Rows>
                </telerik:CompositeLayoutColumn>
            </Columns>
        </telerik:LayoutRow>
    </Rows>
</telerik:RadPageLayout>

Thanks,
Shinu.
0
Rumen
Telerik team
answered on 03 Mar 2014, 01:40 PM
Hi guys,

The Page Layout is also used in the master page of the new Responsive Web Design sample app. You can download the source code of the demo from here.

Best regards,
Rumen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Brad
Top achievements
Rank 1
answered on 15 Mar 2014, 01:02 PM
Can you provide an example of how it would work with an asp.net master page? How does the control behave if it is on a web form using a masterpage, where the master page also has a RadPageLayout? 

If the ContentPlaceHolder of the master page is within a layout column with span 2, do you place a RadPageLayout control on the web form and assume that there are only 2 span to work with?
0
Ivan Zhekov
Telerik team
answered on 19 Mar 2014, 07:21 AM
Hi, Brad.

Attached you will find an example for the scenario you described.

Note that there are some quirks (like padding of nested page layouts) that will be resolved for the final release.

Regards,
Ivan Zhekov
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Brad
Top achievements
Rank 1
answered on 03 Apr 2014, 12:43 PM
When will the final release be? 

I do not want to add this to my site until then. 
0
Ivan Zhekov
Telerik team
answered on 07 Apr 2014, 02:41 PM
Hello, Brad.

We are targeting 2014 Q2 as official (non Beta release).

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.

 
Tags
General Discussions
Asked by
Olivier
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Rumen
Telerik team
Brad
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or