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

Panels not expanding/colapsing... what am I missing?

2 Answers 83 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Cris
Top achievements
Rank 1
Cris asked on 14 May 2009, 08:56 PM

 

Hi,

I have the simple code below. I just wanted to make a panelbar with sliding panels like in your most simple example. The panel below shows all panels one under the other with their respective headers, but nothing happens when clicking the headers. The colapse/expand arrow is not shown either. What did I miss?

Thanks,
Cristian

 

<telerik:RadPanelBar ID="RadPanelBar1" Runat="server"   
        CausesValidation="False" Skin="WebBlue"   
        ExpandMode="FullExpandedItem">  
        <Items> 
            <telerik:RadPanelItem runat="server" ChildGroupHeight="100px"   
                ImagePosition="Right" PostBack="False" Text="Filtru corporate" Value="1" Expanded="true">  
                <ItemTemplate> 
                    fsdfsfsadf  
                </ItemTemplate> 
            </telerik:RadPanelItem> 
            <telerik:RadPanelItem runat="server" ChildGroupHeight="200px"   
                ImagePosition="Right" PostBack="False" Text="X" Value="2">  
                <ItemTemplate> 
                    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> 
                </ItemTemplate> 
            </telerik:RadPanelItem> 
        </Items> 
    </telerik:RadPanelBar> 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Cris
Top achievements
Rank 1
answered on 14 May 2009, 09:02 PM
One more thing I noticed - if I try to set the Expanded property of any item in the panel bar from the control designer it allows me to select from True or False (obviously), but it always remembers it as false.
0
Cris
Top achievements
Rank 1
answered on 14 May 2009, 09:21 PM
Nevermind :). Got one of your examples and stripped it and found the problem
Tags
PanelBar
Asked by
Cris
Top achievements
Rank 1
Answers by
Cris
Top achievements
Rank 1
Share this question
or