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

PanelBar inside listview

1 Answer 41 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Jure
Top achievements
Rank 1
Jure asked on 30 Aug 2010, 09:25 AM
Hey!

I am trying to put a RadPanelBar inside a listview. If I put it outside it works fine, but when I insert it in ListView nothing works...

I put this inside <ItemTemplate> <FieldSet> of my listview:

<telerik:RadPanelBar runat="server" ID="pnlComments" Height="300px">
                        <Items>
                            <telerik:RadPanelItem Expanded="True" Text="Comments">
                                <Items>
                                    <telerik:RadPanelItem Text="Comment1">
                                    </telerik:RadPanelItem>
                                    <telerik:RadPanelItem Text="Comment2">
                                    </telerik:RadPanelItem>
                                </Items>
                            </telerik:RadPanelItem>
                        </Items>
                    </telerik:RadPanelBar>

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 30 Aug 2010, 07:04 PM
Hi Jure,

Could you, please, post a complete page, reproducing the problem you experience?
Also, could you, please describe the problem you experience in a bit more detail?
Thanks!

Hope that soon we will identify and solve this problem!


Regards,
Nikolay Tsenkov
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
Tags
PanelBar
Asked by
Jure
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or