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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.