MVC3ControlsToolkit 2.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MVC3ControlsToolkit --version 2.4.0
NuGet\Install-Package MVC3ControlsToolkit -Version 2.4.0
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="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MVC3ControlsToolkit --version 2.4.0
#r "nuget: MVC3ControlsToolkit, 2.4.0"
#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=2.4.0

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

MVC 3 - 4 Controls Toolkit is a complete set of advanced server controls for MVC 3 and MVC4 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.

There are no supported framework assets in this 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 16,065 6/28/2014
3.0.0 1,905 6/19/2014
2.5.5 5,715 3/31/2014
2.5.0 2,787 2/17/2014
2.4.1 7,778 4/16/2013
2.4.0 11,823 3/22/2013
2.3.0 6,212 9/9/2012
2.2.0 3,006 7/4/2012
2.1.0 3,273 4/16/2012
2.0.0 2,346 4/4/2012
1.8.0 3,652 2/5/2012
1.7.0 2,347 1/10/2012
1.6.0 2,409 12/1/2011
1.5.5 2,239 11/16/2011
1.5.0 2,498 10/26/2011
1.4.1 2,308 10/11/2011
1.4.0 2,142 10/6/2011
1.3.0 2,618 8/3/2011
1.2.0 2,370 7/18/2011

Now mvcct.utils are in separated file. Added cache to retrievalManager, and re-enginered and improved all code