MVC3ControlsToolkit 3.0.1

dotnet add package MVC3ControlsToolkit --version 3.0.1
NuGet\Install-Package MVC3ControlsToolkit -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MVC3ControlsToolkit" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MVC3ControlsToolkit --version 3.0.1
#r "nuget: MVC3ControlsToolkit, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MVC3ControlsToolkit as a Cake Addin
#addin nuget:?package=MVC3ControlsToolkit&version=3.0.1

// Install MVC3ControlsToolkit as a Cake Tool
#tool nuget:?package=MVC3ControlsToolkit&version=3.0.1

MVC 4 - 5 Controls Toolkit is a complete set of advanced server controls for MVC 3-MVC5 ranging from a templated edit-on line datagrid to date-picker and custom formatted textboxes, supporting client validation and globalization. MVC Controls Toolkit makes it easier to define new complex controls for MVC without defining custom binders to read back the input from the Controls because each control enables the MVC engine to call its own handler to bind properly the input to the view model. Thus, there is no need to adapt the controller to a control or to define ad hoc controllers.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1 15,944 6/28/2014
3.0.0 1,844 6/19/2014
2.5.5 5,567 3/31/2014
2.5.0 2,708 2/17/2014
2.4.1 7,621 4/16/2013
2.4.0 11,758 3/22/2013
2.3.0 6,134 9/9/2012
2.2.0 2,926 7/4/2012
2.1.0 3,193 4/16/2012
2.0.0 2,282 4/4/2012
1.8.0 3,574 2/5/2012
1.7.0 2,298 1/10/2012
1.6.0 2,329 12/1/2011
1.5.5 2,155 11/16/2011
1.5.0 2,406 10/26/2011
1.4.1 2,247 10/11/2011
1.4.0 2,061 10/6/2011
1.3.0 2,527 8/3/2011
1.2.0 2,296 7/18/2011

Corrected the Mvc5ControlsToolkit.dll version number.
_____________________________________
Removed support for Mvc3 (Mvc3 dll still available on the project site). Business Layer related features moved to the new MVCControlsToolkit.Business package.
Client templates may be cached. Support for Bootrstrap and jQuery Mobile datepickers. All js functions now belong to the mvcct namespace. Sever controls javascript moved immediately before the body end tag.