Hi all,
I have created a custom tree to organise my content better. What i want now is to load the edit view from a node without redirecting to the content tree. I created the nodes this way:
var node = CreateTreeNode(campaign.Id.ToString(CultureInfo.InvariantCulture),
id,
queryStrings,
campaign.Name,
"icon-umb-members",
false,
String.Format("/content/content/edit/{0}", campaign.Id.ToString(CultureInfo.InvariantCulture)));
This "works" but it redirect to the content node. Is there a way that i can render the edit view in my custom tree section?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/65449-load-node-edit-view-in-custom-tree