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

Panel Header Text

3 Answers 195 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 04 Aug 2010, 10:06 AM
is it possible to make the panel header to become a link without interfering the collapse / expand button

my current HTML code is
<telerik:RadPanelBar ID="rpMainMenu" runat="server">
    <Items>
        <telerik:RadPanelItem runat="server" Text="Main Menu" ImageUrl="~/images/AddRecord.gif">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 1">
                </telerik:RadPanelItem>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 2">
                </telerik:RadPanelItem>
                <telerik:RadPanelItem runat="server" Text="Child RadPanelItem 3">
                </telerik:RadPanelItem>
            </Items>
        </telerik:RadPanelItem>
    </Items>
</telerik:RadPanelBar>

3 Answers, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 09 Aug 2010, 12:40 PM
Hello Kenneth,

Currently the behavior is exactly as described in your post - the item (except the expand/collapse button) only navigates (does not expand or collapse itself) when having a navigateUrl set. And even having navigateUrl when clicked on the little button on the far-right of the item, it only expands/collapses the item.

Maybe I didn't understood your question, so if that is the case, please explain in a bit more detail what is the behavior that you have troubles implementing.

Hope that soon we will resolve this!


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
0
Kenneth
Top achievements
Rank 1
answered on 10 Aug 2010, 04:09 PM
Dear Nikolay Tsenkov

thanks for the reply perhaps this might help you on what i am trying to do

I am trying to use telerik controls to mimic the controls like "Wordpress's" admin left navigation

0
Nikolay Tsenkov
Telerik team
answered on 13 Aug 2010, 10:56 AM
Hi Kenneth,

Sorry about that. I forgot that we released this change after the official 2010 Q2 release.
Please, download the latest internal build and it should be working for you as you expect.

Hope this is going to help you (please let me know about the result)!


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
Kenneth
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Kenneth
Top achievements
Rank 1
Share this question
or