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

The expand setting of ranpanelitem doesn't work after upgrade to the latest version

1 Answer 43 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Big Q
Top achievements
Rank 1
Big Q asked on 19 Jan 2011, 02:57 AM
hello telerik team,
    I have a RadPanelBar with some controls nested in it's ContentTempalte , and set the expland=true. it works well with the previous version, but after upgraded to the new version, it doesn't work. 
    And I find the same problem in your own sample: http://demos.telerik.com/aspnet-ajax/panelbar/examples/functionality/templates/defaultcs.aspx

<
telerik:RadPanelBar runat="server" ID="RadPanelBar1" Width="742px" Height="330px"
        Skin="Forest" ExpandMode="FullExpandedItem" OnClientLoad="onLoad">
        <Items>
            <telerik:RadPanelItem Expanded="true">
            <HeaderTemplate>
            ......


Below is my code:
<telerik:RadPanelBar ID="rpbSelectUser" runat="server"
                ExpandMode="FullExpandedItem" Height="100%" Width="100%">
                <Items>
                    <telerik:RadPanelItem Expanded="True">
                        <ContentTemplate>
                        <div style="padding:8px 0px">
                        ........


1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Jan 2011, 01:51 PM
Hello,

This is really a bug in RadPanelBar, we'll investigate the reasons for it and we'll try to fix it.

Thank you for reporting it, you can find your points updated.

Regards,
Yana
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
PanelBar
Asked by
Big Q
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or