MVC3ControlsToolkit 2.4.0
See the version list below for details.
dotnet add package MVC3ControlsToolkit --version 2.4.0
NuGet\Install-Package MVC3ControlsToolkit -Version 2.4.0
<PackageReference Include="MVC3ControlsToolkit" Version="2.4.0" />
paket add MVC3ControlsToolkit --version 2.4.0
#r "nuget: MVC3ControlsToolkit, 2.4.0"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- WebActivator (>= 1.4.0)
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,484 | 6/28/2014 |
3.0.0 | 1,936 | 6/19/2014 |
2.5.5 | 6,313 | 3/31/2014 |
2.5.0 | 2,822 | 2/17/2014 |
2.4.1 | 8,187 | 4/16/2013 |
2.4.0 | 11,862 | 3/22/2013 |
2.3.0 | 6,390 | 9/9/2012 |
2.2.0 | 3,040 | 7/4/2012 |
2.1.0 | 3,316 | 4/16/2012 |
2.0.0 | 2,383 | 4/4/2012 |
1.8.0 | 3,693 | 2/5/2012 |
1.7.0 | 2,383 | 1/10/2012 |
1.6.0 | 2,439 | 12/1/2011 |
1.5.5 | 2,273 | 11/16/2011 |
1.5.0 | 2,530 | 10/26/2011 |
1.4.1 | 2,338 | 10/11/2011 |
1.4.0 | 2,173 | 10/6/2011 |
1.3.0 | 2,655 | 8/3/2011 |
1.2.0 | 2,404 | 7/18/2011 |
Now mvcct.utils are in separated file. Added cache to retrievalManager, and re-enginered and improved all code