5 Answers, 1 is accepted
0
Hello,
Atanas Korchev
the Telerik team
We are not sure what you mean by "authenticate a kendo ui for asp.net mvc app". Please clarify.
Kind regards,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nheily
Top achievements
Rank 1
answered on 14 Mar 2013, 08:47 AM
Thanks Atanas,
I would like to include a login page before getting to the main home page. With plain asp.net mvc4, i will include [Authorize] in the controller i would like to authenticate and it will call the login controller.
How can i do this with kendo ui for asp.net mvc??
Thanks again
I would like to include a login page before getting to the main home page. With plain asp.net mvc4, i will include [Authorize] in the controller i would like to authenticate and it will call the login controller.
How can i do this with kendo ui for asp.net mvc??
Thanks again
0
Hi,
Atanas Korchev
the Telerik team
You would do it in the exact same way. Kendo UI Complete for ASP.NET MVC is just as set of HtmlHelper extension methods which render Kendo UI widgets.
Regards,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nheily
Top achievements
Rank 1
answered on 14 Mar 2013, 09:21 AM
That's what i really thought but it seems impossible because kendo ui for asp.net mvc doesn't load the login controller so it cannot be used. this is the reason i inquired to see if there is any solution.
But thanks though
But thanks though
0
Hello,
Atanas Korchev
the Telerik team
As I said Kendo UI Complete for ASP.NET MVC is nothing more but HtmlHelper extension methods. It doesn't interfere with the login controllers of ASP.NET MVC. I suggest you check the rest of your application.
All the best,Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!