MultiSelectTreeView.Mvc
1.3.3
See the version list below for details.
dotnet add package MultiSelectTreeView.Mvc --version 1.3.3
NuGet\Install-Package MultiSelectTreeView.Mvc -Version 1.3.3
<PackageReference Include="MultiSelectTreeView.Mvc" Version="1.3.3" />
paket add MultiSelectTreeView.Mvc --version 1.3.3
#r "nuget: MultiSelectTreeView.Mvc, 1.3.3"
// Install MultiSelectTreeView.Mvc as a Cake Addin #addin nuget:?package=MultiSelectTreeView.Mvc&version=1.3.3 // Install MultiSelectTreeView.Mvc as a Cake Tool #tool nuget:?package=MultiSelectTreeView.Mvc&version=1.3.3
A TreeView control for ASP.NET MVC having following major features:
1. Many-to-Many relations handlers for Hierarchical data. (Along with obvious support for One-to-One and One-to-Many relational data)
2. Multiple selection of tree nodes
3. No limit in number of tree levels.
4. Different styling for each levels in TreeView
5. Submission/ Postback of IDs of selected nodes while the page/ view is submitted.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- DTech.Core assembly is now part of a separate package to well-support N-Tier architecture
- Breaking Change >> GetTreeView() method is now renamed to LoadTreeView() for better naming conventions.