Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nathan Woulfe 447 posts 1664 karma points MVP 5x hq c-trib
    Jul 27, 2015 @ 00:41
    Nathan Woulfe
    0

    View routing for custom tree root node

    I'm adding a tree to a custom section, and want to route the root node to a view (similar to how it works in the content tree). How can I get this working?

    It's easy enough to route child nodes to particular views, but can't find anything for the root node.

    I've tried overriding the CreateRootNode method, but SectionRootNode() has no constructors defined, so that's not working.

    Any suggestions?

  • Nathan Woulfe 447 posts 1664 karma points MVP 5x hq c-trib
    Jul 27, 2015 @ 01:56
    Nathan Woulfe
    0

    Realised I was looking in the wrong place - need to do it by hooking into the TreeControllerBase.RootNodeRendering event.

Please Sign in or register to post replies

Write your reply to:

Draft