This is a migrated thread and some comments may be shown as answers.

[Solved] Menu in master page example

4 Answers 172 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
StevenDale
Top achievements
Rank 2
StevenDale asked on 19 Feb 2012, 11:34 PM
Using MVC Q1 2012. Can you provide an example of how to add a telerik menu in a master page using an MVC 3 project from standard VS 2010 project template. All of your examples use different style sheets, remove the standard Site.css, have several new .js files, etc. I would like an example that creates a MVC 3 project from standard VS 2010 MVC 3 template, and makes only the modifications necessary to add a telerik menu while preserving the Site.css if possible.

Thank You,

Billy Jacobs

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Feb 2012, 01:23 PM
Hi Billy,

You can create MVC projects with the described functionality quite easily by using our Visual Studio extensions.

http://www.telerik.com/help/aspnet-mvc/visual-studio-extensions-introduction.html

The VS extensions are installed during the MVC extensions installation process.

All the best,
Dimo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
StevenDale
Top achievements
Rank 2
answered on 20 Feb 2012, 02:19 PM
That worked great except for one thing. All of the default security features are missing.
0
Accepted
Dimo
Telerik team
answered on 21 Feb 2012, 10:32 AM
Hello Billy,

Generally, we have not added authentication for simplicity. If you need it, you can create a new project using the default VS template, modify it using our wizard (Solution Explorer > right-click your project > Telerik MVC Extensions -> Convert to Telerik MVC project) and then add the MVC menu, according to the runnable project that you already have.

Regards,
Dimo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
StevenDale
Top achievements
Rank 2
answered on 21 Feb 2012, 03:23 PM
I just created a standard VS 2010 MVC 3 project and copied all of the Security Views, Controllers, and Models into my Telerik MVC 3 project and that worked great.

Thanks,

Billy Jacobs
Tags
Menu
Asked by
StevenDale
Top achievements
Rank 2
Answers by
Dimo
Telerik team
StevenDale
Top achievements
Rank 2
Share this question
or