Navigation treeview current node expanded on loading
In Sitefinity 3.x there was a recommended way to have the treeview navigation open, so you could see the child nodes of the selected node.
www.sitefinity.com/.../how-to-expand-treeview-nodes-on-load.aspx
There is no widget template for the navigation widget... what is the recommended way to accomplish this for SF 4.x?
www.sitefinity.com/.../navigation-tree.aspx
covered some of this a year ago.
Do you have to basically create a new widget and use the radtreeview directly??
thanks in advance.
Hi,
You can easily create an external template in Visual Studio that contains a control capable of representing hierarchical data structure, and then use it as an external template for the default navigation widget in Sitefinity - when you edit the widget in its Design settings there's an option to specify LayoutTemplatePath - this is the relative path to your external template. The datasource settings will be persisted from the current settings specified for the widget, and the visual representation will be controlled by the external template. For more information and a sample for achieving the desired functionality, i believe you might find this forum thread useful.
All the best,
Boyan Barnev
the Telerik team