MVC2ControlsToolkit 1.7.0
See the version list below for details.
dotnet add package MVC2ControlsToolkit --version 1.7.0
NuGet\Install-Package MVC2ControlsToolkit -Version 1.7.0
<PackageReference Include="MVC2ControlsToolkit" Version="1.7.0" />
paket add MVC2ControlsToolkit --version 1.7.0
#r "nuget: MVC2ControlsToolkit, 1.7.0"
// Install MVC2ControlsToolkit as a Cake Addin #addin nuget:?package=MVC2ControlsToolkit&version=1.7.0 // Install MVC2ControlsToolkit as a Cake Tool #tool nuget:?package=MVC2ControlsToolkit&version=1.7.0
MVC Controls Toolkit is a complete set of advanced server controls for MVC 3 and MVC 2 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- 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 |
---|---|---|
2.4.0 | 4,960 | 3/22/2013 |
2.3.0 | 1,867 | 9/9/2012 |
2.2.0 | 1,442 | 7/4/2012 |
2.1.0 | 1,535 | 4/16/2012 |
2.0.0 | 1,448 | 4/4/2012 |
1.8.0 | 1,533 | 2/5/2012 |
1.7.0 | 1,575 | 1/10/2012 |
1.6.0 | 1,609 | 12/1/2011 |
1.5.5 | 1,450 | 11/16/2011 |
1.5.0 | 1,573 | 10/26/2011 |
1.4.1 | 1,565 | 10/11/2011 |
1.4.0 | 1,517 | 10/6/2011 |
1.3.0 | 1,710 | 8/3/2011 |
1.2.0 | 1,607 | 7/18/2011 |
Added: 1)Compatibilty with knockout 2.0 2) Conditional addition of menu items 3) improved TypedEditDisplay 4) Range and InputNumber Html5 helpers 5)Improved performance of DateTimeInput