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

drop-down panel

4 Answers 366 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tajes
Top achievements
Rank 1
Tajes asked on 31 Jan 2011, 01:43 PM
Hello,
   How can I get a drop-down panel like the following that appears in the telerik examples.

    <qsf:ConfiguratorPanel runat="server" ID="ConfigurationPanel1" Title="Configuration" Orientation="Vertical" Expanded="true">
        <strong>Select Panelbar Expand Mode:</strong>
        <hr />
        <asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">
            <asp:ListItem Value="MultipleExpandedItems" Selected="True">Multiple Expanded Items</asp:ListItem>
            <asp:ListItem Value="SingleExpandedItem">Single Expanded Item</asp:ListItem>
            <asp:ListItem Value="FullExpandedItem">Full Expanded Item</asp:ListItem>
        </asp:RadioButtonList>
    </qsf:ConfiguratorPanel>

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 01 Feb 2011, 12:33 PM
Hello Iván,

Consider using our RadPanelBar component with a single root item and a nested item template which hosts other web or html controls. This combined with the expand/collapse animations our panelbar has will give you the requested functionality.

Best,
Sebastian
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.
0
Tajes
Top achievements
Rank 1
answered on 01 Feb 2011, 01:46 PM
Hello and thankyou for the reply,
      How can I add the nested item template?

Thanks
0
Accepted
Sebastian
Telerik team
answered on 01 Feb 2011, 02:56 PM
Hello Iván,

See the demo linked in my previous post - it illustrates how to define item template for nested panelbar item and inject controls inside it. Examine the code under the relevant demo tabs for more details.

Regards,
Sebastian
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.
0
Tajes
Top achievements
Rank 1
answered on 01 Feb 2011, 03:07 PM
Thank you so much
Tags
General Discussions
Asked by
Tajes
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Tajes
Top achievements
Rank 1
Share this question
or