8

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!

Iswanto San
  • 18,263
  • 13
  • 58
  • 79

2 Answers2

8

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

Phil
  • 1,852
  • 2
  • 28
  • 55
  • 1
    Hi Phil..just want to ask that kendo.mvc.dll is available from nuget? could you provide search keyword from nuget? Becuase i tried to use `Kendo.MVC` by Telerik from nuget but still i am getting error in `@Html.Kendo()` – Steve Aug 03 '16 at 17:09
5

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.

Cybermaxs
  • 24,378
  • 8
  • 83
  • 112