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
Hello,
I have a requirement to hide a node under content tree for some condition. In the image below, I want to hide video content node.
Any help appreciated
Thanks
Hi Harsheet,
have a look at the TreeControllerBase.TreeNodesRendering event. With that you can check the current nodes that will get rendered and then hide them to your needs.
Regards David
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Hide a node under Content Programmatically
Hello,
I have a requirement to hide a node under content tree for some condition. In the image below, I want to hide video content node.
Any help appreciated
Thanks
Hi Harsheet,
have a look at the TreeControllerBase.TreeNodesRendering event. With that you can check the current nodes that will get rendered and then hide them to your needs.
Regards David
is working on a reply...