NuGet for Kendo.Mvc.dll

.net, c#, dll, kendo-asp.net-mvc, nuget

Solution

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.

Problem

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!

Original source