I have a top level menu item with no submenu items that I like to hide in the code behind.
On Page_Load, I have the following but does not seem to hide the menu item
RadMenu1.FindItemByText("UserPage").Remove();
I have a top level menu item with no submenu items that I like to hide in the code behind.
On Page_Load, I have the following but does not seem to hide the menu item
RadMenu1.FindItemByText("UserPage").Remove();
Copyright © 2021 Jogjafile Inc.
I know my post is a little late, but perhaps this can help others.