Ive just created my first kendo mvc project. The standard template doesnt create any login functionality, why is this ? If I create a standard MVC4 project from the VS template I get all the login functionality (login, create, register, etc)
I dont want to have to build all this from scratch, how Can this be done with the kendo project template ?
I dont want to have to build all this from scratch, how Can this be done with the kendo project template ?
4 Answers, 1 is accepted
0
Hello,
If you want to use the login functionality available in the standard MVC4 project templates then you can first create a standard MVC project and then use the Telerik project conversion wizard available through the Telerik menu.
I hope this helps.
Regards,
Petar
the Telerik team
If you want to use the login functionality available in the standard MVC4 project templates then you can first create a standard MVC project and then use the Telerik project conversion wizard available through the Telerik menu.
I hope this helps.
Regards,
Petar
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Robert
Top achievements
Rank 1
answered on 24 Oct 2012, 02:27 PM
There is no "Telerik project conversion wizard available through the Telerik menu"
0
Hi Robert,
You need to select the project of interest in the Solution Explorer first. Another way to do it is through the context menu of the project (right-click the project that you want to convert and search for Kendo UI menu entry).
I want to mention two points to keep in mind:
You need to have the Kendo UI for MVC VSExtensions installed. You can easily get them through the Visual Studio Extension Manager | Online Gallery tab.
The conversion options is only available for MVC3/4 projects.
I hope this helps.
Regards,
Petar
the Telerik team
You need to select the project of interest in the Solution Explorer first. Another way to do it is through the context menu of the project (right-click the project that you want to convert and search for Kendo UI menu entry).
I want to mention two points to keep in mind:
You need to have the Kendo UI for MVC VSExtensions installed. You can easily get them through the Visual Studio Extension Manager | Online Gallery tab.
The conversion options is only available for MVC3/4 projects.
I hope this helps.
Regards,
Petar
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Robert
Top achievements
Rank 1
answered on 25 Oct 2012, 11:34 AM
I uninstalled all of the Kendo products and then reinstalled them. I created a new "mobile" ASP.net MVC4 project and then I did see the conversion wizard.
Thanks
Thanks