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

hide menu items server side

1 Answer 157 Views
Menu
This is a migrated thread and some comments may be shown as answers.
kyle
Top achievements
Rank 1
kyle asked on 09 Mar 2009, 06:33 PM
Is there not a way to hide a menu item from the server side?  If not i guess the only way to handle that is to load from xml and then remove the items we dont want a particular user to have.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Mar 2009, 05:55 AM
Hello,

Try the following code for hiding the RadMenuitem from server side code.

CS:
RadMenu1.FindItemByText("RadMenuItem1").Visible = false

Thanks,
Princy.
Tags
Menu
Asked by
kyle
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or