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

RibbonBar ApplicationMenu item not visible or disabled problem

3 Answers 38 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Antonio
Top achievements
Rank 1
Antonio asked on 23 Aug 2012, 02:57 PM
Hello,

I have a ribbon bar control with application menu. I am not able to make an application menu item not visible or disabled:
        ribbonBar.ApplicationMenu.Items[1].Enabled = false;
or
        ribbonBar.ApplicationMenu.Items[1].Visible = false;
has no effect.
I have Telerik.Web.UI_2011_2_1101_Dev_hotfix build.
Any ideas?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 27 Aug 2012, 03:50 PM
Hi Antonio,

Thank you for the report.
Currently ApplicationMenuItem has only 3 properties implemented - Text, Value and ImageUrl.

We are sorry for the inconvenience caused.

Greetings,
Helen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Abhilash
Top achievements
Rank 1
answered on 16 Jan 2013, 06:24 AM
hello,

No solution yet??
0
Helen
Telerik team
answered on 21 Jan 2013, 08:11 AM
Hello,

We plan to rework the ApplicationMenu functionality for the next Q.
In the meantime you may try to use jQuery to disable/hide particular li element:

http://stackoverflow.com/questions/6011259/show-hide-li-by-jquery
http://stackoverflow.com/questions/970388/jquery-disable-a-link
http://stackoverflow.com/questions/906432/removing-all-li-elements-inside-a-ul-except-first-and-last-elements-in-jquery

Greetings,
Helen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
RibbonBar
Asked by
Antonio
Top achievements
Rank 1
Answers by
Helen
Telerik team
Abhilash
Top achievements
Rank 1
Share this question
or