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

Telerik TabMenu Highlighting

1 Answer 53 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Neeraj
Top achievements
Rank 1
Neeraj asked on 28 Oct 2010, 07:56 PM
I am not able to highlight selected tab in TabMenu control. I added event for OnItemClick but it is not getting called on all items.. The example below does not work on my site.

    <telerik:RadMenu ID="Menu1" Runat="server" DataFieldID="ID" Skin="MyCustomNav"
        DataFieldParentID="ParentID" DataNavigateUrlField="Url"
        DataSourceID="ObjectDataSource" DataTextField="Text" DataValueField="Url"
        EnableEmbeddedSkins="false" OnItemClick="TabMenu_ItemClick">
        <DataBindings>
        <telerik:RadMenuItemBinding ToolTipField="ToolTip" />
        </DataBindings>
    </telerik:RadMenu>

    <asp:ObjectDataSource ID="ObjectDataSource" runat="server"
        OldValuesParameterFormatString="original_{0}" SelectMethod="GetSiteMenu"
        TypeName="Sample.LinksHelper">
    </asp:ObjectDataSource>

I noticed that "TabMenu_ItemClick" get called only when I have no value for "Url" property. If this has any value then clicking on the a tab or subtabs does not invoke the TabMenu_ItemClick method. Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Oct 2010, 08:11 AM
Hello Neeraj,

Please check this help topic about this issue.

Kind regards,
Yana
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
Menu
Asked by
Neeraj
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or