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

Collapsible Panels like CollapsiblePanelExtender

4 Answers 228 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
flyin´sven
Top achievements
Rank 2
flyin´sven asked on 08 Jul 2010, 12:04 PM
I'm searching for collapsible panels like <asp:panel> in combination with AjaxControlToolkit-CollapsiblePanelExtender. I´ve tried RadPanelBar, but accessing controls inside <RadPanelItem>-Controls is not that easy. I have to reach the asp-controls from within several methods in the codebehind-file. Does anyone have a clue?

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Jul 2010, 12:17 PM
Hello flyin´sven,

Accessing controls inside RadPanelBar templates client or server side should be pretty straight-forward - review this topic from the product documentation for more details.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
flyin´sven
Top achievements
Rank 2
answered on 08 Jul 2010, 12:34 PM
I tried to use <ContentTemplate>, but VS says that RadPanelItem doesn´t have a public property called <ContentTemplate>

Snippet:

<telerik:RadPanelBar id="pnlBar1" runat="server" >
   <Items>
      <telerik:RadPanelItem runat="server"  Text="Test">
         <ContentTemplate>
            <asp:TextBox  ID="txtTest1" runat="server"/>
         </ContentTemplate>
      </telerik:RadPanelItem>
   </Items>
</telerik:RadPanelBar>
0
Sebastian
Telerik team
answered on 08 Jul 2010, 12:39 PM
Hi flyin´sven,

The ContentTemplate feature will be available with the Q2 2010 release of the panelbar, expected in the middle of the next week. The online documentation has been updated beforehand for the Q2 2010 BETA, hence currently you are able to use it with the Q2 2010 BETA version only.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
flyin´sven
Top achievements
Rank 2
answered on 08 Jul 2010, 12:47 PM
Thanks! I´ll try the beta.
Greetings from Germany,
Sven
Tags
General Discussions
Asked by
flyin´sven
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
flyin´sven
Top achievements
Rank 2
Share this question
or