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

How do I hide menu Items?

2 Answers 1062 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Grant asked on 05 Sep 2017, 03:20 PM

Hi, 

The menu widget has an 'enable()' function, is there a similar way to hide a menu item the same way?

Thanks,
Grant

2 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 07 Sep 2017, 02:16 PM
Hello Grant,

There is no method in the Menu's API responsible for hiding items. To hide items you can use jQuery. See this dojo for example.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Khaled
Top achievements
Rank 1
Iron
answered on 18 Jan 2023, 04:11 PM | edited on 18 Jan 2023, 04:13 PM
Yes there is, the Visible property. Html.Kendo().Menu().Items().Visible(false)
Tags
Menu
Asked by
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Ivan Danchev
Telerik team
Khaled
Top achievements
Rank 1
Iron
Share this question
or