MVC3ControlsToolkit by Francesco Abbruzzese

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

.NET API 359,936 bytes

 MVC3ControlsToolkit 1.5.5

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MVC3ControlsToolkit</id>
    <version>1.5.5</version>
    <title>Mvc 3 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 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.</description>
    <summary>MVC Controls Toolkit is a complete set of advanced server controls for MVC 3 and MVC 2</summary>
    <releaseNotes>Now client side templates bindings are computed automatically. Dynamic DropDown has an optional callback. Provided complete Client-Side support for all Items Controls. Corrected a bug in the ResetRow of the DataGrid, and some other small improvements.</releaseNotes>
    <copyright>Francesco Abbruzzese</copyright>
    <tags>Mvc controls helpers Grid TreeView Knockout</tags>
    <dependencies>
      <dependency id="WebActivator" version="1.4" />
    </dependencies>
  </metadata>
</package>