Configuring navigation widget in the Master Page

Posted by Community Admin on 03-Aug-2018 22:07

Configuring navigation widget in the Master Page

All Replies

Posted by Community Admin on 07-Mar-2011 00:00

My site will eventually be managed by non-technical users, so I'd like to keep things as simple as possible. 

When creating a new page, rather requiring them to select the template, drag and drop the navigation, and specify the navigation template - is there a way to specify a navigation widget directly in the Master Page?

Ideally, they simply select the page template and the navigation is already configured and built in.

Is this possible?

Posted by Community Admin on 08-Mar-2011 00:00

Hi Chris,

When you create a page the default template that we set it "Right Sidebar, Header, Footer". So, you can modify this template and add your controls in it.

All the best,
Ivan Dimitrov
the Telerik team

Posted by Community Admin on 08-Mar-2011 00:00

Hi Ivan,

Can you provide an example of the aspnet syntax to add a navigation widget to a Master Page?  I'm looking to do this directly in the template, so admins won't have to drag & drop and configure the navigation for each new page.

Thanks!

Posted by Community Admin on 11-Mar-2011 00:00

Hello Chris,

Here is a sample

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.NavigationControls" TagPrefix="nav" %>
  
<nav:NavigationControl runat="server" ID="navcontrol1"></nav:NavigationControl>


Best wishes,
Ivan Dimitrov
the Telerik team

This thread is closed