Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I'm building a custom tree in Umbraco and I want to remove the context from items. I cant find a working solution...
So remove the 3 dots and the right click action.
Thanks, Frans
That moment you post a question after half a day looking around and finding the answer withing a hour after posting:
protected override TreeNode CreateRootNode(FormDataCollection queryStrings) { TreeNode rootNode = base.CreateRootNode(queryStrings); rootNode.MenuUrl = null; return rootNode; }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Remove context menu dots for root of custom tree
Hi all,
I'm building a custom tree in Umbraco and I want to remove the context from items. I cant find a working solution...
So remove the 3 dots and the right click action.
Thanks, Frans
That moment you post a question after half a day looking around and finding the answer withing a hour after posting:
is working on a reply...