Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NuGet for Kendo.Mvc.dll

I am using ASP.MVC and Kendo for my web application.

Currently, I've this code:

public FileResult Export([DataSourceRequest]DataSourceRequest request)
{
// do something
}

DataSourceRequest is available in Kendo.Mvc.dll. Currently, I got the .dll from this site.

My question is where I can get this dll from NuGet?

Thanks!

like image 630
Iswanto San Avatar asked May 02 '13 11:05

Iswanto San


2 Answers

There is now a nuget version available for licensed users: http://www.telerik.com/forums/nuget-package-update

like image 160
Phil Avatar answered Sep 21 '22 08:09

Phil


There is no Nuget Package for Kendo MVC.

http://www.kendoui.com/forums/mvc/general-discussions/nuget-install-for-kendoui-mvc.aspx

I am afraid we do not plan to create a NuGet version for Kendo UI for ASP.NET MVC. The reason is that such product is not available under an open source license.

like image 40
Cybermaxs Avatar answered Sep 19 '22 08:09

Cybermaxs