MVC3ControlsToolkit by Francesco Abbruzzese

<PackageReference Include="MVC3ControlsToolkit" Version="2.5.0" />

.NET API 1,308,672 bytes

 MVC3ControlsToolkit 2.5.0

MVC 3 - 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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MVC3ControlsToolkit</id>
    <version>2.5.0</version>
    <title>Mvc 3-5 Controls Toolkit</title>
    <authors>Francesco Abbruzzese</authors>
    <owners>Francesco Abbruzzese</owners>
    <licenseUrl>http://mvccontrolstoolkit.codeplex.com/license</licenseUrl>
    <projectUrl>http://mvccontrolstoolkit.codeplex.com/</projectUrl>
    <iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvccontrolstoolkit&amp;DownloadId=215281&amp;Build=17950</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>MVC 3 - 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.</description>
    <summary>MVC3Controls Toolkit is a complete set of advanced server controls for MVC 3-5</summary>
    <releaseNotes>Added Razor based dynamic js and css files. Corrected bugs in the grid, TypedTextBox, _D, and client template engine.</releaseNotes>
    <copyright>Francesco Abbruzzese</copyright>
    <tags>Mvc controls helpers Grid TreeView Knockout WebApi</tags>
    <dependencies>
      <dependency id="WebActivator" version="1.4" />
      <dependency id="Microsoft.AspNet.Web.Optimization" version="[1.1.1, 1.1.9]" />
    </dependencies>
  </metadata>
</package>