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

RadPageView not getting 100% height

2 Answers 200 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Malinda
Top achievements
Rank 1
Malinda asked on 22 Dec 2009, 05:51 PM
Hi,

I have below code structure. and also note that all my parent elements including body has 100% height defined as you mentioned in http://demos.telerik.com/aspnet-ajax/splitter/examples/resizewithwindow/defaultcs.aspx.

But RadPageView doesn't take the 100% height it only takes fixed heights.

<RadSplitter height="100%" width="100%" orientation="vertical">
<RadPane width="22%" height="100%">
Some contents goes here
</RadPane>
<RadPane width="76%" height="100%">
<telerik:RadMultiPage height="100%">
<telerik:RadPageView height="100%">
Some contents goes here
</telerik:RadPageView>
</telerik:RadMultiPage>
</RadPane>
</RadSplitter>

any special ways that I should use height attribute for the RadPageView ?

Thanks
Malinda

2 Answers, 1 is accepted

Sort by
0
gzzn
Top achievements
Rank 1
answered on 09 Aug 2011, 02:22 AM
I have the same problem, ask the administrator to solve what, thank you.
0
Kate
Telerik team
answered on 12 Aug 2011, 08:36 AM
Hello Malinda,

Please take a look at the following forum post where the same issue is being discussed and fully explained.

Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TabStrip
Asked by
Malinda
Top achievements
Rank 1
Answers by
gzzn
Top achievements
Rank 1
Kate
Telerik team
Share this question
or