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
0
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
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:
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
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
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
Greetings from Germany,
Sven